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 | 1000111011011111100011101101011010001110110111001111001011001100100011101010011001000010 | 8edf8ed68edcf2cc8ea642 |
EUC-JP | 釈蛇灼?示B | 10111100111000011011110011011000101111001101111000111111101111001010100001000010 | bce1bcd8bcde3fbca842 |
UTF-8 | 釈蛇灼示B | 11101001100001111000100011101000100110111000011111100111100000011011110011101110100010001000001111100111101001001011101001000010 | e98788e89b87e781bcee8883e7a4ba42 |
UHC | ?蛇灼?示B | 001111111101111011101111111011011100011100111111111000111100011001000010 | 3fdeefedc73fe3c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)