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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螽幀イシ繖ケ | 111001011010100010011011111010101011001010111100111000111000010010111001 | e5a89beab2bce384b9 |
EUC-JP | 螽幀イシ繖ケ | 111010101010101011010110111011001000111010110010100011101011110011100101111001001000111010111001 | eaaad6ec8eb28ebce5e48eb9 |
UTF-8 | 螽幀イシ繖ケ | 111010001001111010111101111001011011100110000000111011111011110110110010111011111011110110111100111001111011100110010110111011111011110110111001 | e89ebde5b980efbdb2efbdbce7b996efbdb9 |
UHC | ?幀???? | 00111111111011111101001100111111001111110011111100111111 | 3fefd33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)