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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??如? | 11100001010001000011111100111111100101000100000000111111 | e1443f3f94403f |
EUC-JP | 瓮??如? | 11100001101001010011111100111111110001111010000100111111 | e1a53f3fc7a13f |
UTF-8 | 瓮뽨튋如삭 | 111001111001001110101110111010111011110110101000111011011000101010001011111001011010011010000010111011001000001010101101 | e793aeebbda8ed8a8be5a682ec82ad |
UHC | 瓮뽨튋如삭 | 11101000101101111001011011100100101110011001111111100101111111011011101111101000 | e8b796e4b99fe5fdbbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)