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à | 1100001110111011010010001100001110001111 | c3bb48c38f |
SJIS-WIN | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
EUC-JP | Ã?HÃ? | 100011111010101010101010001111110100100010001111101010101010101000111111 | 8faaaa3f488faaaa3f |
UTF-8 | ûHà | 110000111000001111000010101110110100100011000011100000111100001010001111 | c383c2bb48c383c28f |
UHC | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)