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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逋瑚ャ | 1110011110011001100011001110100010101100 | e7998ce8ac |
EUC-JP | 逋瑚ャ | 111011011111100110111000111010101000111010101100 | edf9b8ea8eac |
UTF-8 | 逋瑚ャ | 111010011000000010001011111001111001000110011010111011111011110110101100 | e9808be7919aefbdac |
UHC | 逋瑚? | 1111100011100111111110111101000100111111 | f8e7fbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)