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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 讌泌Η蜊ィF | 11100110101001011001010011100101100000111010010111100101100011011010100001000110 | e6a594e583a5e58da846 |
EUC-JP | 讌泌Η蜊ィF | 1110110010100111110010001110011110100110101001111110100111101101100011101010100001000110 | eca7c8e7a6a7e9ed8ea846 |
UTF-8 | 讌泌Η蜊ィF | 111010001010111010001100111001101011001110001100110011101001011111101000100111001000101011101111101111011010100001000110 | e8ae8ce6b38cce97e89c8aefbda846 |
UHC | ?泌Η??F | 0011111111111001101100101010010111000111001111110011111101000110 | 3ff9b2a5c73f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)