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 | 獄??妖↓? | 100011011001011000111111001111111001011101100100100000011010101100111111 | 8d963f3f976481ab3f |
EUC-JP | 獄??妖↓? | 101110011111011000111111001111111100110111000101101000101010110100111111 | b9f63f3fcdc5a2ad3f |
UTF-8 | 獄졿뇠妖↓츪 | 111001111000110110000100111011001010000110111111111010111000011110100000111001011010011010010110111000101000011010010011111011001011100010101010 | e78d84eca1bfeb87a0e5a696e28693ecb8aa |
UHC | 獄졿뇠妖↓츪 | 111010001010101110100000111001101000011110001000111010001110110110100001111010011010111010011111 | e8aba0e68788e8eda1e9ae9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)