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 | ÉàÒ | 100010001100100110001010100011001110000011010010 | 88c98a8ce0d2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?É??àÒ | 001111111000111110101010101100010011111100111111100011111010101110100010100011111010101011010010 | 3f8faab13f3f8faba28faad2 |
UTF-8 | ÉàÒ | 110000101000100011000011100010011100001010001010110000101000110011000011101000001100001110010010 | c288c389c28ac28cc3a0c392 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)