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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 셰얏렑솎샴 | 111011001000010110110000111011001001011010001111111010111010000010010001111011001000011010001110111011001000001110110100 | ec85b0ec968feba091ec868eec83b4 |
UHC | 셰얏렑솎샴 | 10111100110011101011111011100110100011101010011010111100110101001011110010100100 | bccebee68ea6bcd4bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)