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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | シテ讚 | 10111100110000111110011010101011 | bcc3e6ab |
EUC-JP | シテ讚 | 100011101011110010001110110000111110110010101101 | 8ebc8ec3ecad |
UTF-8 | シテ讚 | 111011111011110110111100111011111011111010000011111010001010111010011010 | efbdbcefbe83e8ae9a |
UHC | ??讚 | 00111111001111111111001111000110 | 3f3ff3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)