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??~ | 001111110011111101101000001111110011111101111110 | 3f3f683f3f7e |
SJIS-WIN | 将ョh将エ~ | 1000111110101011101011100110100010001111101010111011010001111110 | 8fabae688fabb47e |
EUC-JP | 将ョh将エ~ | 10111110101011011000111010101110011010001011111010101101100011101011010001111110 | bead8eae68bead8eb47e |
UTF-8 | 将ョh将エ~ | 1110010110110000100001101110111110111101101011100110100011100101101100001000011011101111101111011011010001111110 | e5b086efbdae68e5b086efbdb47e |
UHC | ??h??~ | 001111110011111101101000001111110011111101111110 | 3f3f683f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)