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 | 嵩?? | 10010000100100110011111100111111 | 90933f3f |
EUC-JP | 嵩?? | 10111111111100110011111100111111 | bff33f3f |
UTF-8 | 嵩띷궣 | 111001011011010110101001111010111001110110110111111010101011011010100011 | e5b5a9eb9db7eab6a3 |
UHC | 嵩띷궣 | 111000111010000110001101111001101000001010110110 | e3a18de682b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)