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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ニ鯑ソ | 1111000111101011110001101110100111000100101111111111001010110110 | f1ebc6e9c4bff2b6 |
EUC-JP | ?ニ鯑ソ? | 0011111110001110110001101111001011000110100011101011111100111111 | 3f8ec6f2c68ebf3f |
UTF-8 | ニ鯑ソ | 111011101000010110100110111011111011111010000110111010011010111110010001111011111011110110111111111011101000011110101101 | ee85a6efbe86e9af91efbdbfee87ad |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)