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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 豁取爾\ | 11100110101011011000111011100110100011101010001001011100 | e6ad8ee68ea25c |
EUC-JP | 豁取爾\ | 11101100101011111011110011101000101111001010010001011100 | ecafbce8bca45c |
UTF-8 | 豁取爾\ | 11101000101100011000000111100101100011111001011011100111100010001011111001011100 | e8b181e58f96e788be5c |
UHC | 豁取爾\ | 11111100110000111111011010100010111011001011001101011100 | fcc3f6a2ecb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)