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 | 瓮??曜⑨? | 111000010100010000111111001111111001011101101010100001110100100000111111 | e1443f3f976a87483f |
EUC-JP | 瓮??曜?? | 1110000110100101001111110011111111001101110010110011111100111111 | e1a53f3fcdcb3f3f |
UTF-8 | 瓮귨쉑曜⑨쉬 | 111001111001001110101110111010101011011110101000111011001000100110010001111001101001101110011100111000101001000110101000111011001000100110101100 | e793aeeab7a8ec8991e69b9ce291a8ec89ac |
UHC | 瓮귨쉑曜⑨쉬 | 111010001011011110000010111011111011110110100111111010001111100010101000111011111011110110101100 | e8b782efbda7e8f8a8efbdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)