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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 嘆孫鱈損A | 100100100101000110010001101101111001001001001100100100011011100101000001 | 925191b7924c91b941 |
EUC-JP | 嘆孫鱈損A | 110000111011001011000010101110011100001110101101110000101011101101000001 | c3b2c2b9c3adc2bb41 |
UTF-8 | 嘆孫鱈損A | 11100101100110001000011011100101101011011010101111101001101100011000100011100110100100001000110101000001 | e59886e5adabe9b188e6908d41 |
UHC | 嘆孫?損A | 1111011110100011111000011101110100111111111000011101111101000001 | f7a3e1dd3fe1df41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)