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 | 羚水院 | 111000111011011110010000100001011000100101000000 | e3b790858940 |
EUC-JP | 羚水院 | 111001101011100110111111111001011011000110100001 | e6b9bfe5b1a1 |
UTF-8 | 羚水院 | 111001111011111010011010111001101011000010110100111010011001100110100010 | e7be9ae6b0b4e999a2 |
UHC | 羚水院 | 110101101011111011100010101010011110101011000010 | d6bee2a9eac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)