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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???埇 | 0011111100111111001111111111101010011010 | 3f3f3ffa9a |
EUC-JP | ???埇 | 001111110011111100111111100011111011011111100111 | 3f3f3f8fb7e7 |
UTF-8 | 劣뤹댌埇 | 111011111010011010011101111010111010010010111001111010111000110010001100111001011001111110000111 | efa69deba4b9eb8c8ce59f87 |
UHC | 劣뤹댌埇 | 1110011011101011100011111110011110001000101101011110100110111001 | e6eb8fe788b5e9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)