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 | 裔壽l | 111001011110000110011010111001101000001010001100 | e5e19ae6828c |
EUC-JP | 裔壽l | 111010101110001111010100111010001010001111101100 | eae3d4e8a3ec |
UTF-8 | 裔壽l | 111010001010001110010100111001011010001110111101111011111011110110001100 | e8a394e5a3bdefbd8c |
UHC | 裔壽l | 111001111110000011100001111110001010001111101100 | e7e0e1f8a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)