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 | 逍嘲逍嘴^ | 111001111001011010011010011111011110011110010110100110100111101101011110 | e7969a7de7969a7b5e |
EUC-JP | 逍嘲逍嘴^ | 111011011111011011010011110111101110110111110110110100111101110001011110 | edf6d3deedf6d3dc5e |
UTF-8 | 逍嘲逍嘴^ | 11101001100000001000110111100101100110001011001011101001100000001000110111100101100110001011010001011110 | e9808de598b2e9808de598b45e |
UHC | 逍嘲逍嘴^ | 111000011100111011110000101111111110000111001110111101101010010001011110 | e1cef0bfe1cef6a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)