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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 轅??^ | 1110011101110110001111110011111101011110 | e7763f3f5e |
EUC-JP | 轅??^ | 1110110111010111001111110011111101011110 | edd73f3f5e |
UTF-8 | 轅몄씖^ | 11101000101111011000010111101011101010101000010011101100100101001001011001011110 | e8bd85ebaa84ec94965e |
UHC | 轅몄씖^ | 11101010101111111011100011101100100111011010101101011110 | eabfb8ec9dab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)