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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 獄ο?\ | 100011011001011010000011110011010011111101011100 | 8d9683cd3f5c |
EUC-JP | 獄ο?\ | 101110011111011010100110110011110011111101011100 | b9f6a6cf3f5c |
UTF-8 | 獄ο슝\ | 111001111000110110000100110011101011111111101100100010101001110101011100 | e78d84cebfec8a9d5c |
UHC | 獄ο슝\ | 11101000101010111010010111101111101111011011100101011100 | e8aba5efbdb95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)