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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?爾\ | 00111111100011101010001001011100 | 3f8ea25c |
EUC-JP | 瀷爾\ | 100011111100100110110100101111001010010001011100 | 8fc9b4bca45c |
UTF-8 | 瀷爾\ | 11100111100000001011011111100111100010001011111001011100 | e780b7e788be5c |
UHC | 瀷爾\ | 1110110011001011111011001011001101011100 | eccbecb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)