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 | 齊?? | 11101010100011100011111100111111 | ea8e3f3f |
EUC-JP | 齊泮? | 111100111110111010001111110001111010100000111111 | f3ee8fc7a83f |
UTF-8 | 齊泮렎 | 111010011011110110001010111001101011001110101110111010111010000010001110 | e9bd8ae6b3aeeba08e |
UHC | 齊泮렎 | 111100001011101011011010111010101000111010100100 | f0badaea8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)