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 | 獄??宜? | 10001101100101100011111100111111100010110101100000111111 | 8d963f3f8b583f |
EUC-JP | 獄??宜? | 10111001111101100011111100111111101101011011100100111111 | b9f63f3fb5b93f |
UTF-8 | 獄븍슦宜썲 | 111001111000110110000100111010111011100010001101111011001000101010100110111001011010111010011100111011001000110110110010 | e78d84ebb88dec8aa6e5ae9cec8db2 |
UHC | 獄븍슦宜썲 | 11101000101010111011101011101011100110101011000011101011111100011011110111100101 | e8abbaeb9ab0ebf1bde5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)