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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉧ク暲イ裴 | 1111101111001011101110001111101011011100101100101110010111101000 | fbcbb8fadcb2e5e8 |
EUC-JP | 鉧ク暲イ裴 | 100011111110001111101001100011101011100010001111110000101101101110001110101100101110101011101010 | 8fe3e98eb88fc2db8eb2eaea |
UTF-8 | 鉧ク暲イ裴 | 111010011000100110100111111011111011110110111000111001101001101010110010111011111011110110110010111010001010001110110100 | e989a7efbdb8e69ab2efbdb2e8a3b4 |
UHC | ??暲?裴 | 00111111001111111110110111100111001111111101101111010000 | 3f3fede73fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)