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 | 咀?咀?^ | 10011001111100000011111110011001111100000011111101011110 | 99f03f99f03f5e |
EUC-JP | 咀?咀?^ | 11010010111100100011111111010010111100100011111101011110 | d2f23fd2f23f5e |
UTF-8 | 咀낵咀낵^ | 11100101100100101000000011101011100000101011010111100101100100101000000011101011100000101011010101011110 | e59280eb82b5e59280eb82b55e |
UHC | 咀낵咀낵^ | 111011101011101010110011101111001110111010111010101100111011110001011110 | eebab3bceebab3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)