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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 掖?佃 | 1001110101110100001111111001001011001111 | 9d743f92cf |
EUC-JP | 掖?佃 | 1101100111010101001111111100010011010001 | d9d53fc4d1 |
UTF-8 | 掖뤛佃 | 111001101000111010010110111010111010010010011011111001001011110110000011 | e68e96eba49be4bd83 |
UHC | 掖뤛佃 | 111001001111101010001111110010101110111011101100 | e4fa8fcaeeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)