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 | 瓮??節? | 11100001010001000011111100111111100100001101111100111111 | e1443f3f90df3f |
EUC-JP | 瓮??節? | 11100001101001010011111100111111110000001110000100111111 | e1a53f3fc0e13f |
UTF-8 | 瓮뗥벼節룔 | 111001111001001110101110111010111001011110100101111010111011001010111100111001111010111110000000111010111010001110010100 | e793aeeb97a5ebb2bce7af80eba394 |
UHC | 瓮뗥벼節룔 | 11101000101101111000101111100101101110101010110111101111101111011011011111100011 | e8b78be5baadefbdb7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)