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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄??猥 | 100011011001011000111111001111111110000011001110 | 8d963f3fe0ce |
EUC-JP | 獄??猥 | 101110011111011000111111001111111110000011010000 | b9f63f3fe0d0 |
UTF-8 | 獄띶췃猥 | 111001111000110110000100111010111001110110110110111011001011011110000011111001111000110010100101 | e78d84eb9db6ecb783e78ca5 |
UHC | 獄띶췃猥 | 1110100010101011100011011110010110101101100111111110100011100101 | e8ab8de5ad9fe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)