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 | ????n}B | 00111111001111110011111100111111011011100111110101000010 | 3f3f3f3f6e7d42 |
SJIS-WIN | ??ビ⊂n}B | 001111110011111110000011011100101000000110111100011011100111110101000010 | 3f3f837281bc6e7d42 |
EUC-JP | ??ビ⊂n}B | 001111110011111110100101110100111010001010111110011011100111110101000010 | 3f3fa5d3a2be6e7d42 |
UTF-8 | 룶핊ビ⊂n}B | 111010111010001110110110111011011001010110001010111000111000001110010011111000101000101010000010011011100111110101000010 | eba3b6ed958ae38393e28a826e7d42 |
UHC | 룶핊ビ⊂n}B | 1000111110101011110000001000111110101011110100111010000111111000011011100111110101000010 | 8fabc08fabd3a1f86e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)