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 | ????E] | 001111110011111100111111001111110100010101011101 | 3f3f3f3f455d |
SJIS-WIN | 将ゥ宵アE] | 1000111110101011101010011000111110101010101100010100010101011101 | 8faba98faab1455d |
EUC-JP | 将ゥ宵アE] | 10111110101011011000111010101001101111101010110010001110101100010100010101011101 | bead8ea9beac8eb1455d |
UTF-8 | 将ゥ宵アE] | 1110010110110000100001101110111110111101101010011110010110101110101101011110111110111101101100010100010101011101 | e5b086efbda9e5aeb5efbdb1455d |
UHC | ??宵?E] | 00111111001111111110000110110010001111110100010101011101 | 3f3fe1b23f455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)