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 | 迚倩シ | 1110011110001001100110001110100010111100 | e78998e8bc |
EUC-JP | 迚倩シ | 111011011110100111010000111010101000111010111100 | ede9d0ea8ebc |
UTF-8 | 迚倩シ | 111010001011111110011010111001011000000010101001111011111011110110111100 | e8bf9ae580a9efbdbc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)