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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 也?ご^ | 100101101110011100111111100000101011001001011110 | 96e73f82b25e |
EUC-JP | 也?ご^ | 110011001110100100111111101001001011010001011110 | cce93fa4b45e |
UTF-8 | 也싳ご^ | 11100100101110011001111111101100100010111011001111100011100000011001010001011110 | e4b99fec8bb3e381945e |
UHC | 也싳ご^ | 11100101101001011001101011101100101010101011010001011110 | e5a59aecaab45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)