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 | 仁沚鱗 | 100100000110110110011111100011011001011111011000 | 906d9f8d97d8 |
EUC-JP | 仁沚鱗 | 101111111100111011011101111011011100111011011010 | bfceddedceda |
UTF-8 | 仁沚鱗 | 111001001011101110000001111001101011001010011010111010011011000110010111 | e4bb81e6b29ae9b197 |
UHC | 仁沚鱗 | 111011001101001011110010101011111101011111110111 | ecd2f2afd7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)