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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ィュy | 1010100011110110101010001010110101111001 | a8f6a8ad79 |
EUC-JP | ィ?ュy | 100011101010100000111111100011101010110101111001 | 8ea83f8ead79 |
UTF-8 | ィュy | 11101111101111011010100011101110100100111000111111101111101111011010110101111001 | efbda8ee938fefbdad79 |
UHC | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)