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 | Ozo | 1001011101001111100101110111101001101111 | 974f977a6f |
SJIS-WIN | ?O?zo | 0011111101001111001111110111101001101111 | 3f4f3f7a6f |
EUC-JP | ?O?zo | 0011111101001111001111110111101001101111 | 3f4f3f7a6f |
UTF-8 | Ozo | 11000010100101110100111111000010100101110111101001101111 | c2974fc2977a6f |
UHC | ?O?zo | 0011111101001111001111110111101001101111 | 3f4f3f7a6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)