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 | 隴悟蕪 | 111010001010110110001100111001011001010110010011 | e8ad8ce59593 |
EUC-JP | 隴悟蕪 | 111100001010111110111000111001111100100111110011 | f0afb8e7c9f3 |
UTF-8 | 隴悟蕪 | 111010011001101010110100111001101000001010011111111010001001010110101010 | e99ab4e6829fe895aa |
UHC | ?悟蕪 | 0011111111100111111101101101100111110011 | 3fe7f6d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)