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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??寶?? | 001111110011111110011011100011110011111100111111 | 3f3f9b8f3f3f |
EUC-JP | ??寶?醱 | 0011111100111111110101011110111100111111100011111110001011110111 | 3f3fd5ef3f8fe2f7 |
UTF-8 | 렺씻寶씻醱 | 111010111010000010111010111011001001010010111011111001011010111110110110111011001001010010111011111010011000011010110001 | eba0baec94bbe5afb6ec94bbe986b1 |
UHC | 렺씻寶씻醱 | 10001110110000101011111011000100110111001100010010111110110001001101101110100011 | 8ec2bec4dcc4bec4dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)