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^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 筌Q??c^ | 1110001010100011100000100111000000111111001111110110001101011110 | e2a382703f3f635e |
EUC-JP | 筌Q??c^ | 1110010010100101101000111101000100111111001111110110001101011110 | e4a5a3d13f3f635e |
UTF-8 | 筌Q듽룉c^ | 1110011110101101100011001110111110111100101100011110101110010011101111011110101110100011100010010110001101011110 | e7ad8cefbcb1eb93bdeba389635e |
UHC | 筌Q듽룉c^ | 11101111101001111010001111010001100010101110001110001111100010000110001101011110 | efa7a3d18ae38f88635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)