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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 弔?O形 | 100100101010001000111111010011111000110001100000 | 92a23f4f8c60 |
EUC-JP | 弔?O形 | 110001001010010000111111010011111011011111000001 | c4a43f4fb7c1 |
UTF-8 | 弔렲O形 | 11100101101111001001010011101011101000001011001001001111111001011011110110100010 | e5bc94eba0b24fe5bda2 |
UHC | 弔렲O形 | 11110000110000001000111010111111010011111111101110100001 | f0c08ebf4ffba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)