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 | 葯滄ョ城ケ | 1110010011011110100111111110100110101110100011111110100110111001 | e4de9fe9ae8fe9b9 |
EUC-JP | 葯滄ョ城ケ | 11101000111000001101111011101011100011101010111010111110111010111000111010111001 | e8e0deeb8eaebeeb8eb9 |
UTF-8 | 葯滄ョ城ケ | 111010001001000110101111111001101011101110000100111011111011110110101110111001011001111110001110111011111011110110111001 | e891afe6bb84efbdaee59f8eefbdb9 |
UHC | 葯滄?城? | 1110010110110101111100111110011100111111111000001111001000111111 | e5b5f3e73fe0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)