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 | ?`@B | 00111111011000000100000001000010 | 3f604042 |
SJIS-WIN | 辿`@B | 1001001001001000011000000100000001000010 | 9248604042 |
EUC-JP | 辿`@B | 1100001110101001011000000100000001000010 | c3a9604042 |
UTF-8 | 辿`@B | 111010001011111010111111011000000100000001000010 | e8bebf604042 |
UHC | ?`@B | 00111111011000000100000001000010 | 3f604042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)