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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 迯ィ迹ッ迯ェ^ | 11100111100011011010100011100111100100011010111111100111100011011010101001011110 | e78da8e791afe78daa5e |
EUC-JP | 迯ィ迹ッ迯ェ^ | 11101101111011011000111010101000111011011111000110001110101011111110110111101101100011101010101001011110 | eded8ea8edf18eafeded8eaa5e |
UTF-8 | 迯ィ迹ッ迯ェ^ | 11101000101111111010111111101111101111011010100011101000101111111011100111101111101111011010111111101000101111111010111111101111101111011010101001011110 | e8bfafefbda8e8bfb9efbdafe8bfafefbdaa5e |
UHC | ??迹???^ | 0011111100111111111011101110100100111111001111110011111101011110 | 3f3feee93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)