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 | ??N??Q | 001111110011111101001110001111110011111101010001 | 3f3f4e3f3f51 |
SJIS-WIN | テェNテヲQ | 110000111010101001001110110000111010011001010001 | c3aa4ec3a651 |
EUC-JP | テェNテヲQ | 10001110110000111000111010101010010011101000111011000011100011101010011001010001 | 8ec38eaa4e8ec38ea651 |
UTF-8 | テェNテヲQ | 1110111110111110100000111110111110111101101010100100111011101111101111101000001111101111101111011010011001010001 | efbe83efbdaa4eefbe83efbda651 |
UHC | ??N??Q | 001111110011111101001110001111110011111101010001 | 3f3f4e3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)