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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 也ゆ?] | 100101101110011110000010111001000011111101011101 | 96e782e43f5d |
EUC-JP | 也ゆ?] | 110011001110100110100100111001100011111101011101 | cce9a4e63f5d |
UTF-8 | 也ゆ튆] | 11100100101110011001111111100011100000101000011011101101100010101000011001011101 | e4b99fe38286ed8a865d |
UHC | 也ゆ튆] | 11100101101001011010101011100110101110011001101101011101 | e5a5aae6b99b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)