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 | ?????p | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
SJIS-WIN | 嶸ヲ巐弟乂p | 11111010101101001010011011111010101101101001001011101101100110001010011101110000 | fab4a6fab692ed98a770 |
EUC-JP | 嶸ヲ巐弟乂p | 10001111101110111111010010001110101001101000111110111011111110011100010011101111110100001010100101110000 | 8fbbf48ea68fbbf9c4efd0a970 |
UTF-8 | 嶸ヲ巐弟乂p | 11100101101101101011100011101111101111011010011011100101101101111001000011100101101111001001111111100100101110011000001001110000 | e5b6b8efbda6e5b790e5bc9fe4b98270 |
UHC | 嶸??弟乂p | 111001111010111000111111001111111111000010101001111001111101000101110000 | e7ae3f3ff0a9e7d170 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)