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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞣呈ィ」蔡 | 1110100011100010100100101110011010101000101000111110010011101111 | e8e292e6a8a3e4ef |
EUC-JP | 鞣呈ィ」蔡 | 11110000111001001100010011101000100011101010100010001110101000111110100011110001 | f0e4c4e88ea88ea3e8f1 |
UTF-8 | 鞣呈ィ」蔡 | 111010011001111010100011111001011001000110001000111011111011110110101000111011111011110110100011111010001001010010100001 | e99ea3e59188efbda8efbda3e894a1 |
UHC | ?呈??蔡 | 00111111111011111101000000111111001111111111001111111001 | 3fefd03f3ff3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)