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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱わ?獄?? | 100100000100101010000010111011010011111110001101100101100011111100111111 | 904a82ed3f8d963f3f |
EUC-JP | 辱わ?獄?? | 101111111010101110100100111011110011111110111001111101100011111100111111 | bfaba4ef3fb9f63f3f |
UTF-8 | 辱わ풛獄띰슴 | 111010001011111010110001111000111000001010001111111011011001001010011011111001111000110110000100111010111001110110110000111011001000101010110100 | e8beb1e3828fed929be78d84eb9db0ec8ab4 |
UHC | 辱わ풛獄띰슴 | 111010011011010010101010111011111011111010011110111010001010101110110110111011111011110110111111 | e9b4aaefbe9ee8abb6efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)