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 | 獄??瓦?? | 1000110110010110001111110011111110001010101000100011111100111111 | 8d963f3f8aa23f3f |
EUC-JP | 獄??瓦?? | 1011100111110110001111110011111110110100101001000011111100111111 | b9f63f3fb4a43f3f |
UTF-8 | 獄몄눃瓦룩퉬 | 111001111000110110000100111010111010101010000100111010111000100010000011111001111001001110100110111010111010001110101001111011011000100110101100 | e78d84ebaa84eb8883e793a6eba3a9ed89ac |
UHC | 獄몄눃瓦룩퉬 | 111010001010101110111000111011001000011110100100111010001011111110110111111010001011100110000100 | e8abb8ec87a4e8bfb7e8b984 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)