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 | 1010100011110110101010001010110001000111 | a8f6a8ac47 |
EUC-JP | ィ?ャG | 100011101010100000111111100011101010110001000111 | 8ea83f8eac47 |
UTF-8 | ィャG | 11101111101111011010100011101110100100111000111111101111101111011010110001000111 | efbda8ee938fefbdac47 |
UHC | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)