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 | ◇??ゃ? | 10000001100111100011111100111111100000101110000100111111 | 819e3f3f82e13f |
EUC-JP | ◇??ゃ? | 10100001111111100011111100111111101001001110001100111111 | a1fe3f3fa4e33f |
UTF-8 | ◇룴횕ゃ룵 | 111000101001011110000111111010111010001110110100111011011001101010010101111000111000001010000011111010111010001110110101 | e29787eba3b4ed9a95e38283eba3b5 |
UHC | ◇룴횕ゃ룵 | 10100001110111101000111110101001110000111000111110101010111000111000111110101010 | a1de8fa9c38faae38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)