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 | ????姙 | 001111110011111100111111001111111001101101001011 | 3f3f3f3f9b4b |
EUC-JP | 佺?釪?姙 | 10001111101100001111100100111111100011111110001110101101001111111101010110101100 | 8fb0f93f8fe3ad3fd5ac |
UTF-8 | 佺렦釪렟姙 | 111001001011110110111010111010111010000010100110111010011000011110101010111010111010000010011111111001011010011110011001 | e4bdbaeba0a6e987aaeba09fe5a799 |
UHC | 佺렦釪렟姙 | 11101110111011011000111010110101111010011110100110001110101100001110110011110101 | eeed8eb5e9e98eb0ecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)