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??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-WIN | 謝嫉N謝嫉\ | 10001110110100111000111010111001010011101000111011010011100011101011100101011100 | 8ed38eb94e8ed38eb95c |
EUC-JP | 謝嫉N謝嫉\ | 10111100110101011011110010111011010011101011110011010101101111001011101101011100 | bcd5bcbb4ebcd5bcbb5c |
UTF-8 | 謝嫉N謝嫉\ | 1110100010101100100111011110010110101011100010010100111011101000101011001001110111100101101010111000100101011100 | e8ac9de5ab894ee8ac9de5ab895c |
UHC | 謝嫉N謝嫉\ | 11011110111100111111001011101100010011101101111011110011111100101110110001011100 | def3f2ec4edef3f2ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)