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 | 듺돍먩멠뎚 | 111010111001001110111010111010111000111110001101111010111010100010101001111010111010100110100000111010111000111010011010 | eb93baeb8f8deba8a9eba9a0eb8e9a |
UHC | 듺돍먩멠뎚 | 10001010111000001000100110011011100100001110011010010001010100001000100101101011 | 8ae0899b90e69150896b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)