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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 題祀? | 1001000111101000111000100100101000111111 | 91e8e24a3f |
EUC-JP | 題祀? | 1100001011101010111000111010101100111111 | c2eae3ab3f |
UTF-8 | 題祀샜 | 111010011010000110001100111001111010010110000000111011001000001110011100 | e9a18ce7a580ec839c |
UHC | 題祀샜 | 111100001011100111011110111001011011101111111100 | f0b9dee5bbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)