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 | 醫?鱗 | 1110011111001110001111111001011111011000 | e7ce3f97d8 |
EUC-JP | 醫?鱗 | 1110111011010000001111111100111011011010 | eed03fceda |
UTF-8 | 醫쿠鱗 | 111010011000011010101011111011001011111110100000111010011011000110010111 | e986abecbfa0e9b197 |
UHC | 醫쿠鱗 | 111011001010001011000100111011011101011111110111 | eca2c4edd7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)