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 | 雎墓梱 | 111010001011000110010101111001101000110110101011 | e8b195e68dab |
EUC-JP | 雎墓梱 | 111100001011001111001010111010001011101010101101 | f0b3cae8baad |
UTF-8 | 雎墓梱 | 111010011001101110001110111001011010001010010011111001101010001010110001 | e99b8ee5a293e6a2b1 |
UHC | 雎墓梱 | 111011101101000111011001110101111100110111100001 | eed1d9d7cde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)