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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驩育オカ謔ェ | 111010011000100110001000111001111011010110110110111001101000001010101010 | e98988e7b5b6e682aa |
EUC-JP | 驩育オカ謔ェ | 111100011110100110110000111010011000111010110101100011101011011011101011111000101000111010101010 | f1e9b0e98eb58eb6ebe28eaa |
UTF-8 | 驩育オカ謔ェ | 111010011010100110101001111010001000001010110010111011111011110110110101111011111011110110110110111010001010110010010100111011111011110110101010 | e9a9a9e882b2efbdb5efbdb6e8ac94efbdaa |
UHC | 驩育??謔? | 111111001011111011101011110000000011111100111111111110011100110000111111 | fcbeebc03f3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)