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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蓐蓍 | 11100100111010101110010011100111 | e4eae4e7 |
EUC-JP | 蓐蓍 | 11101000111011001110100011101001 | e8ece8e9 |
UTF-8 | 蓐蓍 | 111010001001001110010000111010001001001110001101 | e89390e8938d |
UHC | ?蓍 | 001111111110001111001001 | 3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)