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箋? | 11100010101100110011111101101000111000101011001100111111 | e2b33f68e2b33f |
EUC-JP | 箋?h箋? | 11100100101101010011111101101000111001001011010100111111 | e4b53f68e4b53f |
UTF-8 | 箋둒h箋둒 | 11100111101011101000101111101011100100011001001001101000111001111010111010001011111010111001000110010010 | e7ae8beb919268e7ae8beb9192 |
UHC | 箋둒h箋둒 | 111011111010100010001010010011000110100011101111101010001000101001001100 | efa88a4c68efa88a4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)