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 | 雎「蜍 | 1110100010110001101000101110010110001011 | e8b1a2e58b |
EUC-JP | 雎「蜍 | 111100001011001110001110101000101110100111101011 | f0b38ea2e9eb |
UTF-8 | 雎「蜍 | 111010011001101110001110111011111011110110100010111010001001110010001101 | e99b8eefbda2e89c8d |
UHC | 雎?? | 11101110110100010011111100111111 | eed13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)