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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湿鰰湿鰤^ | 100011101011110011101001110111101000111010111100111010011101110001011110 | 8ebce9de8ebce9dc5e |
EUC-JP | 湿鰰湿鰤^ | 101111001011111011110010111000001011110010111110111100101101111001011110 | bcbef2e0bcbef2de5e |
UTF-8 | 湿鰰湿鰤^ | 11100110101110011011111111101001101100001011000011100110101110011011111111101001101100001010010001011110 | e6b9bfe9b0b0e6b9bfe9b0a45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)