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 | F[» | 100100100100011010010010010110111001000110111011 | 9246925b91bb |
SJIS-WIN | ?F?[?? | 001111110100011000111111010110110011111100111111 | 3f463f5b3f3f |
EUC-JP | ?F?[?? | 001111110100011000111111010110110011111100111111 | 3f463f5b3f3f |
UTF-8 | F[» | 11000010100100100100011011000010100100100101101111000010100100011100001010111011 | c29246c2925bc291c2bb |
UHC | ?F?[?? | 001111110100011000111111010110110011111100111111 | 3f463f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)