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 | 顔晏? | 1000101011100111100111011110010100111111 | 8ae79de53f |
EUC-JP | 顔晏? | 1011010011101001110110101110011100111111 | b4e9dae73f |
UTF-8 | 顔晏긣 | 111010011010000110010100111001101001100110001111111010101011100010100011 | e9a194e6998feab8a3 |
UHC | 顔晏긣 | 111001001101010011100100110011111000001101100111 | e4d4e4cf8367 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)