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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??チ?療^ | 0011111100111111100000110110000000111111100101111100001101011110 | 3f3f83603f97c35e |
EUC-JP | ??チ?療^ | 0011111100111111101001011100000100111111110011101100010101011110 | 3f3fa5c13fcec55e |
UTF-8 | 룶즽チ룵療^ | 11101011101000111011011011101100101001101011110111100011100000111000000111101011101000111011010111100111100110011000001001011110 | eba3b6eca6bde38381eba3b5e799825e |
UHC | 룶즽チ룵療^ | 1000111110101011101000111000111110101011110000011000111110101010110101101111101101011110 | 8faba38fabc18faad6fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)