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 | ²A@B | 100100011011001010010010010000010100000001000010 | 91b292414042 |
SJIS-WIN | ???A@B | 001111110011111100111111010000010100000001000010 | 3f3f3f414042 |
EUC-JP | ???A@B | 001111110011111100111111010000010100000001000010 | 3f3f3f414042 |
UTF-8 | ²A@B | 110000101001000111000010101100101100001010010010010000010100000001000010 | c291c2b2c292414042 |
UHC | ?²?A@B | 00111111101010011111011100111111010000010100000001000010 | 3fa9f73f414042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)