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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 将ゥ宵脾 | 10001111101010111010100110001111101010101110010001000010 | 8faba98faae442 |
EUC-JP | 将ゥ宵脾 | 1011111010101101100011101010100110111110101011001110011110100011 | bead8ea9beace7a3 |
UTF-8 | 将ゥ宵脾 | 111001011011000010000110111011111011110110101001111001011010111010110101111010001000010010111110 | e5b086efbda9e5aeb5e884be |
UHC | ??宵脾 | 001111110011111111100001101100101101111010100001 | 3f3fe1b2dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)