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 | 諶齢娃 | 111110111010101010010111111011101000100010100001 | fbaa97ee88a1 |
EUC-JP | 諶齢娃 | 10001111110111101011010111001110111100001011000010100011 | 8fdeb5cef0b0a3 |
UTF-8 | 諶齢娃 | 111010001010101110110110111010011011110110100010111001011010100010000011 | e8abb6e9bda2e5a883 |
UHC | 諶?娃 | 1110010010100110001111111110100011011111 | e4a63fe8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)