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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 酷?炯???^ | 100011011001001100111111111000000111011000111111001111110011111101011110 | 8d933fe0763f3f3f5e |
EUC-JP | 酷?炯???^ | 101110011111001100111111110111111101011100111111001111110011111101011110 | b9f33fdfd73f3f3f5e |
UTF-8 | 酷렺炯렿롎렡^ | 11101001100001011011011111101011101000001011101011100111100000101010111111101011101000001011111111101011101000011000111011101011101000001010000101011110 | e985b7eba0bae782afeba0bfeba18eeba0a15e |
UHC | 酷렺炯렿롎렡^ | 11111011111001011000111011000010111110111010011010001110110001111000111011010100100011101011001001011110 | fbe58ec2fba68ec78ed48eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)