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 | 獄??喩? | 10001101100101100011111100111111100110100110011100111111 | 8d963f3f9a673f |
EUC-JP | 獄??喩? | 10111001111101100011111100111111110100111100100000111111 | b9f63f3fd3c83f |
UTF-8 | 獄븍쉸喩뽯 | 111001111000110110000100111010111011100010001101111011001000100110111000111001011001011010101001111010111011110110101111 | e78d84ebb88dec89b8e596a9ebbdaf |
UHC | 獄븍쉸喩뽯 | 11101000101010111011101011101011100110101000111011101010111001111001011011101011 | e8abbaeb9a8eeae796eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)