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 | ??\??q | 001111110011111101011100001111110011111101110001 | 3f3f5c3f3f71 |
SJIS-WIN | テ・\テ、q | 110000111010010101011100110000111010010001110001 | c3a55cc3a471 |
EUC-JP | テ・\テ、q | 10001110110000111000111010100101010111001000111011000011100011101010010001110001 | 8ec38ea55c8ec38ea471 |
UTF-8 | テ・\テ、q | 1110111110111110100000111110111110111101101001010101110011101111101111101000001111101111101111011010010001110001 | efbe83efbda55cefbe83efbda471 |
UHC | ??\??q | 001111110011111101011100001111110011111101110001 | 3f3f5c3f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)