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 | ??¤?? | 0011111100111111101001000011111100111111 | 3f3fa43f3f |
SJIS-WIN | ?冀??? | 001111111001100101100010001111110011111100111111 | 3f99623f3f3f |
EUC-JP | ?冀¤?? | 0011111111010001110000111000111110100010111100000011111100111111 | 3fd1c38fa2f03f3f |
UTF-8 | 룶冀¤룶끗 | 1110101110100011101101101110010110000110100000001100001010100100111010111010001110110110111010111000000110010111 | eba3b6e58680c2a4eba3b6eb8197 |
UHC | 룶冀¤룶끗 | 10001111101010111101000011101101101000101011010010001111101010111011001011111101 | 8fabd0eda2b48fabb2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)