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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?串?串B | 00111111100010111111100000111111100010111111100001000010 | 3f8bf83f8bf842 |
EUC-JP | ?串?串B | 00111111101101101111101000111111101101101111101001000010 | 3fb6fa3fb6fa42 |
UTF-8 | 덫串덫串B | 11101011100011011010101111100100101110001011001011101011100011011010101111100100101110001011001001000010 | eb8dabe4b8b2eb8dabe4b8b242 |
UHC | 덫串덫串B | 101101011010001111001101111110101011010110100011110011011111101001000010 | b5a3cdfab5a3cdfa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)