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 | 陝セ邯ア | 111010001001111110111110111001111011011010110001 | e89fbee7b6b1 |
EUC-JP | 陝セ邯ア | 1111000010100001100011101011111011101110101110001000111010110001 | f0a18ebeeeb88eb1 |
UTF-8 | 陝セ邯ア | 111010011001100110011101111011111011110110111110111010011000001010101111111011111011110110110001 | e9999defbdbee982afefbdb1 |
UHC | 陝?邯? | 111000001110110100111111110010101111101100111111 | e0ed3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)