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 | 鴉??獸 | 111010011110101100111111001111111110000011010111 | e9eb3f3fe0d7 |
EUC-JP | 鴉??獸 | 111100101110110100111111001111111110000011011001 | f2ed3f3fe0d9 |
UTF-8 | 鴉덃떛獸 | 111010011011010010001001111010111000110110000011111010111001011010011011111001111000110110111000 | e9b489eb8d83eb969be78db8 |
UHC | 鴉덃떛獸 | 1110010010111100100010001110011010001011101100011110001010101110 | e4bc88e68bb1e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)