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 | 珞瑯珞 | 111000001110001011100000111001011110000011100010 | e0e2e0e5e0e2 |
EUC-JP | 珞瑯珞 | 111000001110010011100000111001111110000011100100 | e0e4e0e7e0e4 |
UTF-8 | 珞瑯珞 | 111001111000111110011110111001111001000110101111111001111000111110011110 | e78f9ee791afe78f9e |
UHC | 珞瑯珞 | 110101011010100011010101110010111101010110101000 | d5a8d5cbd5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)