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 | «©^c^ | 110000101000111111000010101010111100001010101001010111100110001101011110 | c28fc2abc2a95e635e |
SJIS-WIN | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
EUC-JP | ��©^c^ | 1000111110101010101001000011111110001111101010101010010000111111100011111010101010100100100011111010001011101101010111100110001101011110 | 8faaa43f8faaa43f8faaa48fa2ed5e635e |
UTF-8 | «©^c^ | 110000111000001011000010100011111100001110000010110000101010101111000011100000101100001010101001010111100110001101011110 | c382c28fc382c2abc382c2a95e635e |
UHC | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)