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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 酌爾}B | 100011101101111010001110101000100111110101000010 | 8ede8ea27d42 |
EUC-JP | 酌爾}B | 101111001110000010111100101001000111110101000010 | bce0bca47d42 |
UTF-8 | 酌爾}B | 1110100110000101100011001110011110001000101111100111110101000010 | e9858ce788be7d42 |
UHC | 酌爾}B | 111011011100110011101100101100110111110101000010 | edccecb37d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)