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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 犇o | 11100000101101001111000011111100111100001110100101101111 | e0b4f0fcf0e96f |
EUC-JP | 犇??o | 1110000010110110001111110011111101101111 | e0b63f3f6f |
UTF-8 | 犇o | 11100111100010101000011111101110100000101011101111101110100000101010100001101111 | e78a87ee82bbee82a86f |
UHC | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)