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 | õçfk | 1001111111110101111001110110011001101011 | 9ff5e7666b |
SJIS-WIN | ???fk | 0011111100111111001111110110011001101011 | 3f3f3f666b |
EUC-JP | ?õçfk | 001111111000111110101011110110001000111110101011101011100110011001101011 | 3f8fabd88fabae666b |
UTF-8 | õçfk | 1100001010011111110000111011010111000011101001110110011001101011 | c29fc3b5c3a7666b |
UHC | ???fk | 0011111100111111001111110110011001101011 | 3f3f3f666b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)