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 | 凹??^ | 1000100110011010001111110011111101011110 | 899a3f3f5e |
EUC-JP | 凹??^ | 1011000111111010001111110011111101011110 | b1fa3f3f5e |
UTF-8 | 凹앲눎^ | 11100101100001111011100111101100100101011011001011101011100010001000111001011110 | e587b9ec95b2eb888e5e |
UHC | 凹앲눎^ | 11101000111010101001110111101000100001111010101001011110 | e8ea9de887aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)