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 | ù©è | 100100001111100110010000101010011000100111101000 | 90f990a989e8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ù?©?è | 001111111000111110101011111000110011111110001111101000101110110100111111100011111010101110110010 | 3f8fabe33f8fa2ed3f8fabb2 |
UTF-8 | ù©è | 110000101001000011000011101110011100001010010000110000101010100111000010100010011100001110101000 | c290c3b9c290c2a9c289c3a8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)