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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髏皮j譯 | 1110100110010000100101001110011110000010100010101110011010100001 | e99094e7828ae6a1 |
EUC-JP | 髏皮j譯 | 1111000111110000110010001110100110100011111010101110110010100011 | f1f0c8e9a3eaeca3 |
UTF-8 | 髏皮j譯 | 111010011010101110001111111001111001101010101110111011111011110110001010111010001010110110101111 | e9ab8fe79aaeefbd8ae8adaf |
UHC | ?皮j譯 | 00111111111110011010101110100011111010101110011010111011 | 3ff9aba3eae6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)