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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 獄ο?獄ο?^ | 1000110110010110100000111100110100111111100011011001011010000011110011010011111101011110 | 8d9683cd3f8d9683cd3f5e |
EUC-JP | 獄ο?獄ο?^ | 1011100111110110101001101100111100111111101110011111011010100110110011110011111101011110 | b9f6a6cf3fb9f6a6cf3f5e |
UTF-8 | 獄ο슝獄ο슝^ | 1110011110001101100001001100111010111111111011001000101010011101111001111000110110000100110011101011111111101100100010101001110101011110 | e78d84cebfec8a9de78d84cebfec8a9d5e |
UHC | 獄ο슝獄ο슝^ | 11101000101010111010010111101111101111011011100111101000101010111010010111101111101111011011100101011110 | e8aba5efbdb9e8aba5efbdb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)