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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 曄ζ?B | 100111100100000010000011110001000011111101000010 | 9e4083c43f42 |
EUC-JP | 曄ζ?B | 110110111010000110100110110001100011111101000010 | dba1a6c63f42 |
UTF-8 | 曄ζ쓸B | 111001101001101110000100110011101011011011101100100100111011100001000010 | e69b84ceb6ec93b842 |
UHC | 曄ζ쓸B | 11100111101001011010010111100110101111101011010101000010 | e7a5a5e6beb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)