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 | 獨矼砠 | 111000001101010111100001111000111110000111100111 | e0d5e1e3e1e7 |
EUC-JP | 獨矼砠 | 111000001101011111100010111001011110001011101001 | e0d7e2e5e2e9 |
UTF-8 | 獨矼砠 | 111001111000110110101000111001111001111110111100111001111010000010100000 | e78da8e79fbce7a0a0 |
UHC | 獨?? | 11010100101111000011111100111111 | d4bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)