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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 讌泌Η蜊ィB | 11100110101001011001010011100101100000111010010111100101100011011010100001000010 | e6a594e583a5e58da842 |
EUC-JP | 讌泌Η蜊ィB | 1110110010100111110010001110011110100110101001111110100111101101100011101010100001000010 | eca7c8e7a6a7e9ed8ea842 |
UTF-8 | 讌泌Η蜊ィB | 111010001010111010001100111001101011001110001100110011101001011111101000100111001000101011101111101111011010100001000010 | e8ae8ce6b38cce97e89c8aefbda842 |
UHC | ?泌Η??B | 0011111111111001101100101010010111000111001111110011111101000010 | 3ff9b2a5c73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)