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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魏?隅? | 111010011011000000111111100010111111011100111111 | e9b03f8bf73f |
EUC-JP | 魏?隅? | 111100101011001000111111101101101111100100111111 | f2b23fb6f93f |
UTF-8 | 魏렒隅렔 | 111010011010110110001111111010111010000010010010111010011001101010000101111010111010000010010100 | e9ad8feba092e99a85eba094 |
UHC | 魏렒隅렔 | 1110101011100000100011101010011111101001111010101000111010101001 | eae08ea7e9ea8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)