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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 題朧???\ | 1001000111101000100111100100111100111111001111110011111101011100 | 91e89e4f3f3f3f5c |
EUC-JP | 題朧???\ | 1100001011101010110110111011000000111111001111110011111101011100 | c2eadbb03f3f3f5c |
UTF-8 | 題朧浪롋뿡\ | 11101001101000011000110011100110100111001010011111101111101001001010101011101011101000011000101111101011101111111010000101011100 | e9a18ce69ca7efa4aaeba18bebbfa15c |
UHC | 題朧浪롋뿡\ | 1111000010111001110101101110100011010010101010011000111011010001101110111101011101011100 | f0b9d6e8d2a98ed1bbd75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)