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 | ÉH | 1000100011001001100100001000000010001101010010001000100110000101 | 88c990808d488985 |
SJIS-WIN | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
EUC-JP | ?É???H?? | 00111111100011111010101010110001001111110011111100111111010010000011111100111111 | 3f8faab13f3f3f483f3f |
UTF-8 | ÉH | 110000101000100011000011100010011100001010010000110000101000000011000010100011010100100011000010100010011100001010000101 | c288c389c290c280c28d48c289c285 |
UHC | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)