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ツ | 11000011101000010100111111000010 | c3a14fc2 |
EUC-JP | テ。Oツ | 10001110110000111000111010100001010011111000111011000010 | 8ec38ea14f8ec2 |
UTF-8 | テ。Oツ | 11101111101111101000001111101111101111011010000101001111111011111011111010000010 | efbe83efbda14fefbe82 |
UHC | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)