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 | çóæ | 111001111111001110000001111001101001100010001111 | e7f381e6988f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çó?æ?? | 100011111010101110101110100011111010101111010001001111111000111110101001110000010011111100111111 | 8fabae8fabd13f8fa9c13f3f |
UTF-8 | çóæ | 110000111010011111000011101100111100001010000001110000111010011011000010100110001100001010001111 | c3a7c3b3c281c3a6c298c28f |
UHC | ???æ?? | 00111111001111110011111110101001101000010011111100111111 | 3f3f3fa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)