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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 逸?G | 10001000111011010011111101000111 | 88ed3f47 |
EUC-JP | 逸?G | 10110000111011110011111101000111 | b0ef3f47 |
UTF-8 | 逸렠G | 11101001100000001011100011101011101000001010000001000111 | e980b8eba0a047 |
UHC | 逸렠G | 1110110011101111100011101011000101000111 | ecef8eb147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)