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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 炅爾o | 1111101101010001100011101010001001101111 | fb518ea26f |
EUC-JP | 炅爾o | 100011111100100111001010101111001010010001101111 | 8fc9cabca46f |
UTF-8 | 炅爾o | 11100111100000101000010111100111100010001011111001101111 | e78285e788be6f |
UHC | 炅爾o | 1100110011011101111011001011001101101111 | ccddecb36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)