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 | ??潟 | 00111111001111111000101010000011 | 3f3f8a83 |
EUC-JP | ??潟 | 00111111001111111011001111100011 | 3f3fb3e3 |
UTF-8 | 렠렎潟 | 111010111010000010100000111010111010000010001110111001101011110110011111 | eba0a0eba08ee6bd9f |
UHC | 렠렎潟 | 100011101011000110001110101001001110000010110011 | 8eb18ea4e0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)