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 | 譯ф? | 1110011010100001100001001000011000111111 | e6a184863f |
EUC-JP | 譯ф? | 1110110010100011101001111110011000111111 | eca3a7e63f |
UTF-8 | 譯ф꼍 | 1110100010101101101011111101000110000100111010101011110010001101 | e8adafd184eabc8d |
UHC | 譯ф꼍 | 111001101011101110101100111001101011001010111101 | e6bbace6b2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)