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 | ???CB | 0011111100111111001111110100001101000010 | 3f3f3f4342 |
SJIS-WIN | 苞随秋CB | 1110010010011010100100001000111110001111010010000100001101000010 | e49a908f8f484342 |
EUC-JP | 苞随秋CB | 1110011111111010101111111110111110111101101010010100001101000010 | e7fabfefbda94342 |
UTF-8 | 苞随秋CB | 1110100010001011100111101110100110011010100011111110011110100111100010110100001101000010 | e88b9ee99a8fe7a78b4342 |
UHC | 苞?秋CB | 11111000111000100011111111110101110101010100001101000010 | f8e23ff5d54342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)