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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瀇軸瀇軸^ | 111110110100111110001110101100101111101101001111100011101011001001011110 | fb4f8eb2fb4f8eb25e |
EUC-JP | 瀇軸瀇軸^ | 1000111111001001101011011011110010110100100011111100100110101101101111001011010001011110 | 8fc9adbcb48fc9adbcb45e |
UTF-8 | 瀇軸瀇軸^ | 11100111100000001000011111101000101110111011100011100111100000001000011111101000101110111011100001011110 | e78087e8bbb8e78087e8bbb85e |
UHC | ?軸?軸^ | 00111111111101011110111000111111111101011110111001011110 | 3ff5ee3ff5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)