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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遨ス增 | 1110011110101001101111011111101010011101 | e7a9bdfa9d |
EUC-JP | 遨ス? | 1110111010101011100011101011110100111111 | eeab8ebd3f |
UTF-8 | 遨ス增 | 111010011000000110101000111011111011110110111101111001011010001010011110 | e981a8efbdbde5a29e |
UHC | ??增 | 00111111001111111111000111110010 | 3f3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)