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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 箏h箏 | 111000101011010111110111101011000110100011100010101101011111011110101100 | e2b5f7ac68e2b5f7ac |
EUC-JP | 箏?h箏? | 11100100101101110011111101101000111001001011011100111111 | e4b73f68e4b73f |
UTF-8 | 箏h箏 | 11100111101011101000111111101110100101101000111101101000111001111010111010001111111011101001011010001111 | e7ae8fee968f68e7ae8fee968f |
UHC | 箏?h箏? | 11101110101101000011111101101000111011101011010000111111 | eeb43f68eeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)