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 | 獄???∽ | 10001101100101100011111100111111001111111000000111100100 | 8d963f3f3f81e4 |
EUC-JP | 獄???∽ | 10111001111101100011111100111111001111111010001011100110 | b9f63f3f3fa2e6 |
UTF-8 | 獄븍쉰璘∽ | 111001111000110110000100111010111011100010001101111011001000100110110000111011111010011110101111111000101000100010111101 | e78d84ebb88dec89b0efa7afe288bd |
UHC | 獄븍쉰璘∽ | 11101000101010111011101011101011101111011010111011101100110111101010000111101111 | e8abbaebbdaeecdea1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)