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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鉚泌姐h | 11100111111101001001010011100101100010001011011101101000 | e7f494e588b768 |
EUC-JP | 鉚泌姐h | 11101110111101101100100011100111101100001011100101101000 | eef6c8e7b0b968 |
UTF-8 | 鉚泌姐h | 11101001100010011001101011100110101100111000110011100101101001111001000001101000 | e9899ae6b38ce5a79068 |
UHC | ?泌姐h | 001111111111100110110010111011101011101101101000 | 3ff9b2eebb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)