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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 迹ェh迹ェ | 11100111100100011010101001101000111001111001000110101010 | e791aa68e791aa |
EUC-JP | 迹ェh迹ェ | 111011011111000110001110101010100110100011101101111100011000111010101010 | edf18eaa68edf18eaa |
UTF-8 | 迹ェh迹ェ | 11101000101111111011100111101111101111011010101001101000111010001011111110111001111011111011110110101010 | e8bfb9efbdaa68e8bfb9efbdaa |
UHC | 迹?h迹? | 11101110111010010011111101101000111011101110100100111111 | eee93f68eee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)