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 | 淨?砥?梓 | 1001111111000100001111111001001101110101001111111000100010110010 | 9fc43f93753f88b2 |
EUC-JP | 淨?砥?梓 | 1101111011000110001111111100010111010110001111111011000010110100 | dec63fc5d63fb0b4 |
UTF-8 | 淨렍砥렫梓 | 111001101011011110101000111010111010000010001101111001111010000010100101111010111010000010101011111001101010001010010011 | e6b7a8eba08de7a0a5eba0abe6a293 |
UHC | 淨렍砥렫梓 | 11101111111001001000111010100011111100101011001010001110101110011110111010101001 | efe48ea3f2b28eb9eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)