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 | ??h??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 将ョh将ョk | 1000111110101011101011100110100010001111101010111010111001101011 | 8fabae688fabae6b |
EUC-JP | 将ョh将ョk | 10111110101011011000111010101110011010001011111010101101100011101010111001101011 | bead8eae68bead8eae6b |
UTF-8 | 将ョh将ョk | 1110010110110000100001101110111110111101101011100110100011100101101100001000011011101111101111011010111001101011 | e5b086efbdae68e5b086efbdae6b |
UHC | ??h??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)