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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 臟?}臟?{^ | 111001000110011000111111011111011110010001100110001111110111101101011110 | e4663f7de4663f7b5e |
EUC-JP | 臟?}臟?{^ | 111001111100011100111111011111011110011111000111001111110111101101011110 | e7c73f7de7c73f7b5e |
UTF-8 | 臟뢐}臟뢐{^ | 111010001000011110011111111010111010001010010000011111011110100010000111100111111110101110100010100100000111101101011110 | e8879feba2907de8879feba2907b5e |
UHC | 臟뢐}臟뢐{^ | 1110110111110100100011110100101101111101111011011111010010001111010010110111101101011110 | edf48f4b7dedf48f4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)