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 | 邯壌埔 | 111001111011011010001111111010111001101010111100 | e7b68feb9abc |
EUC-JP | 邯壌埔 | 111011101011100010111110111011011101010010111110 | eeb8beedd4be |
UTF-8 | 邯壌埔 | 111010011000001010101111111001011010001110001100111001011001111110010100 | e982afe5a38ce59f94 |
UHC | 邯?? | 11001010111110110011111100111111 | cafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)