To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 申??悉?? | 1001000001011100001111110011111110001110101110110011111100111111 | 905c3f3f8ebb3f3f |
EUC-JP | 申??悉?? | 1011111110111101001111110011111110111100101111010011111100111111 | bfbd3f3fbcbd3f3f |
UTF-8 | 申뒒뢑悉럮뢓 | 111001111001010010110011111010111001001010010010111010111010001010010001111001101000001010001001111010111001111110101110111010111010001010010011 | e794b3eb9292eba291e68289eb9faeeba293 |
UHC | 申뒒뢑悉럮뢓 | 111000111110100110001010100011111000111101001100111000111111101010001110100011111000111101001110 | e3e98a8f8f4ce3fa8e8f8f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)