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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫????? | 10011000101011000011111100111111001111110011111100111111 | 98ac3f3f3f3f3f |
EUC-JP | 豫??縕?? | 110100001010111000111111001111111000111111010100110000100011111100111111 | d0ae3f3f8fd4c23f3f |
UTF-8 | 豫잏럷縕앯윘 | 111010001011000110101011111011001001111010001111111010111001111110110111111001111011100010010101111011001001010110101111111011001001110010011000 | e8b1abec9e8feb9fb7e7b895ec95afec9c98 |
UHC | 豫잏럷縕앯윘 | 111001111110001110011111111001111000111010010110111010001011001010011101111001111001111110011100 | e7e39fe78e96e8b29de79f9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)