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 | 眞逸? | 1110000111000001100010001110110100111111 | e1c188ed3f |
EUC-JP | 眞逸? | 1110001011000011101100001110111100111111 | e2c3b0ef3f |
UTF-8 | 眞逸롛 | 111001111001110010011110111010011000000010111000111010111010000110011011 | e79c9ee980b8eba19b |
UHC | 眞逸롛 | 111100101101100011101100111011111000111011011111 | f2d8ecef8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)