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 | 牀磑痾牀砠 | 11100000101011001110000111110100111000010111110111100000101011001110000111100111 | e0ace1f4e17de0ace1e7 |
EUC-JP | 牀磑痾牀砠 | 11100000101011101110001011110110111000011101111011100000101011101110001011101001 | e0aee2f6e1dee0aee2e9 |
UTF-8 | 牀磑痾牀砠 | 111001111000100110000000111001111010001110010001111001111001011110111110111001111000100110000000111001111010000010100000 | e78980e7a391e797bee78980e7a0a0 |
UHC | 牀??牀? | 11011111110100010011111100111111110111111101000100111111 | dfd13f3fdfd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)