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 | 鈺???^ | 111110111100010000111111001111110011111101011110 | fbc43f3f3f5e |
EUC-JP | 鈺???^ | 10001111111000111101010100111111001111110011111101011110 | 8fe3d53f3f3f5e |
UTF-8 | 鈺뤸뼶쨈^ | 11101001100010001011101011101011101001001011100011101011101111001011011011101100101010001000100001011110 | e988baeba4b8ebbcb6eca8885e |
UHC | 鈺뤸뼶쨈^ | 111010001010110110001111111001101001011010111001110000101011010001011110 | e8ad8fe696b9c2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)