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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ??徇~ | 0011111100111111100111000110110101111110 | 3f3f9c6d7e |
EUC-JP | ??徇~ | 0011111100111111110101111100111001111110 | 3f3fd7ce7e |
UTF-8 | 롇렟徇~ | 11101011101000011000011111101011101000001001111111100101101111101000011101111110 | eba187eba09fe5be877e |
UHC | 롇렟徇~ | 10001110110011011000111010110000111000101101111101111110 | 8ecd8eb0e2df7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)