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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踵也ゥゥ踰Ж | 11100110111110011001011011100111101010011010100111100110111110101000010001000111 | e6f996e7a9a9e6fa8447 |
EUC-JP | 踵也ゥゥ踰Ж | 111011001111101111001100111010011000111010101001100011101010100111101100111111001010011110101000 | ecfbcce98ea98ea9ecfca7a8 |
UTF-8 | 踵也ゥゥ踰Ж | 1110100010111000101101011110010010111001100111111110111110111101101010011110111110111101101010011110100010111000101100001101000010010110 | e8b8b5e4b99fefbda9efbda9e8b8b0d096 |
UHC | 踵也??踰Ж | 11110001101000101110010110100101001111110011111111101011101100101010110010101000 | f1a2e5a53f3febb2aca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)