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 | çýç¯çá | 1110011111111101100001001110011110101111100010111110011111100001 | e7fd84e7af8be7e1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çý?ç¯?çá | 1000111110101011101011101000111110101011111100100011111110001111101010111010111010001111101000101011010000111111100011111010101110101110100011111010101110100001 | 8fabae8fabf23f8fabae8fa2b43f8fabae8faba1 |
UTF-8 | çýç¯çá | 11000011101001111100001110111101110000101000010011000011101001111100001010101111110000101000101111000011101001111100001110100001 | c3a7c3bdc284c3a7c2afc28bc3a7c3a1 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)