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 | ??荏? | 0011111100111111100010010110000000111111 | 3f3f89603f |
EUC-JP | ??荏? | 0011111100111111101100011100000100111111 | 3f3fb1c13f |
UTF-8 | 뇬룫荏잠 | 111010111000011110101100111010111010001110101011111010001000110110001111111011001001111010100000 | eb87aceba3abe88d8fec9ea0 |
UHC | 뇬룫荏잠 | 1011010010100100100011111010001011101100111110111100000011100001 | b4a48fa2ecfbc0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)