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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔?藏?燼? | 100100101010001000111111111001010101010100111111111000001001111000111111 | 92a23fe5553fe09e3f |
EUC-JP | 弔?藏?燼? | 110001001010010000111111111010011011011000111111110111111111111000111111 | c4a43fe9b63fdffe3f |
UTF-8 | 弔렞藏렜燼좆 | 111001011011110010010100111010111010000010011110111010001001011110001111111010111010000010011100111001111000011110111100111011001010001010000110 | e5bc94eba09ee8978feba09ce787bceca286 |
UHC | 弔렞藏렜燼좆 | 111100001100000010001110101011111110110111111010100011101010111011100011111010001100000110111111 | f0c08eafedfa8eaee3e8c1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)