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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??ゅ?∨^ | 0011111100111111100000101110001100111111100000011100100101011110 | 3f3f82e33f81c95e |
EUC-JP | ??ゅ?∨^ | 0011111100111111101001001110010100111111101000101100101101011110 | 3f3fa4e53fa2cb5e |
UTF-8 | 룶쥚ゅ룶∨^ | 11101011101000111011011011101100101001011001101011100011100000101000010111101011101000111011011011100010100010001010100001011110 | eba3b6eca59ae38285eba3b6e288a85e |
UHC | 룶쥚ゅ룶∨^ | 1000111110101011101000101000111110101010111001011000111110101011101000011111110101011110 | 8faba28faae58faba1fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)