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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映с?預 | 10001001011001101000010010000011001111111001011101100001 | 896684833f9761 |
EUC-JP | 映с?預 | 10110001110001111010011111100011001111111100110111000010 | b1c7a7e33fcdc2 |
UTF-8 | 映с꺂預 | 1110011010011000101000001101000110000001111010101011101010000010111010011010000010010000 | e698a0d181eaba82e9a090 |
UHC | 映с꺂預 | 1110011110110001101011001110001110000011101010111110011111101000 | e7b1ace383abe7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)