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 | 節??瓮h? | 100100001101111100111111001111111110000101000100100000101000100000111111 | 90df3f3fe14482883f |
EUC-JP | 節??瓮h? | 110000001110000100111111001111111110000110100101101000111110100000111111 | c0e13f3fe1a5a3e83f |
UTF-8 | 節억쉬瓮h뮅 | 111001111010111110000000111011001001011010110101111011001000100110101100111001111001001110101110111011111011110110001000111010111010111010000101 | e7af80ec96b5ec89ace793aeefbd88ebae85 |
UHC | 節억쉬瓮h뮅 | 111011111011110110111110111011111011110110101100111010001011011110100011111010001001001010010100 | efbdbeefbdace8b7a3e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)