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 | çôâ÷ | 100011111110011111110100100011111110001011110111 | 8fe7f48fe2f7 |
SJIS-WIN | ?????÷ | 00111111001111110011111100111111001111111000000110000000 | 3f3f3f3f3f8180 |
EUC-JP | ?çô?â÷ | 00111111100011111010101110101110100011111010101111010100001111111000111110101011101001001010000111100000 | 3f8fabae8fabd43f8faba4a1e0 |
UTF-8 | çôâ÷ | 110000101000111111000011101001111100001110110100110000101000111111000011101000101100001110110111 | c28fc3a7c3b4c28fc3a2c3b7 |
UHC | ?????÷ | 00111111001111110011111100111111001111111010000111000000 | 3f3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)