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 | ?筬索 | 0011111111100010101010111000110111110101 | 3fe2ab8df5 |
EUC-JP | ?筬索 | 0011111111100100101011011011101011110111 | 3fe4adbaf7 |
UTF-8 | 琡筬索 | 111001111001000010100001111001111010110110101100111001111011010010100010 | e790a1e7adace7b4a2 |
UHC | 琡筬索 | 111000101101101011100000111111101101111111100011 | e2dae0fedfe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)