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 | 畏嵌? | 1000100011011000100110111100011000111111 | 88d89bc63f |
EUC-JP | 畏嵌? | 1011000011011010110101101100100000111111 | b0dad6c83f |
UTF-8 | 畏嵌렠 | 111001111001010110001111111001011011010110001100111010111010000010100000 | e7958fe5b58ceba0a0 |
UHC | 畏嵌렠 | 111010001110011011001010111011101000111010110001 | e8e6caee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)