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 | 獄??繹? | 10001101100101100011111100111111111000111000100000111111 | 8d963f3fe3883f |
EUC-JP | 獄??繹? | 10111001111101100011111100111111111001011110100000111111 | b9f63f3fe5e83f |
UTF-8 | 獄룔겞繹☞ | 111001111000110110000100111010111010001110010100111010101011001010011110111001111011100110111001111000101001100010011110 | e78d84eba394eab29ee7b9b9e2989e |
UHC | 獄룔겞繹☞ | 11101000101010111011011111100011100000011011001111100110101110101010001011010001 | e8abb7e381b3e6baa2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)