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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | 驛??誼 | 111010011000001100111111001111111000101101100010 | e9833f3f8b62 |
EUC-JP | 驛??誼 | 111100011110001100111111001111111011010111000011 | f1e33f3fb5c3 |
UTF-8 | 驛노誼 | 1110100110101001100110111110101110000101101110001100001010101101111010001010101010111100 | e9a99beb85b8c2ade8aabc |
UHC | 驛노誼 | 1110011010111110101100111110101110100001101010011110101111111110 | e6beb3eba1a9ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)