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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 莵蕚萃G | 11100100101101111110010011010100111001001100001001000111 | e4b7e4d4e4c247 |
EUC-JP | 莵蕚萃G | 11101000101110011110100011010110111010001100010001000111 | e8b9e8d6e8c447 |
UTF-8 | 莵蕚萃G | 11101000100011101011010111101000100101011001101011101000100100001000001101000111 | e88eb5e8959ae8908347 |
UHC | ??萃G | 0011111100111111111101011111111001000111 | 3f3ff5fe47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)