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 | 﨟ス遉コ逕ッ | 111110111001110110111101111001111010010010111010111001111001010010101111 | fb9dbde7a4bae794af |
EUC-JP | ?ス遉コ逕ッ | 0011111110001110101111011110111010100110100011101011101011101101111101001000111010101111 | 3f8ebdeea68ebaedf48eaf |
UTF-8 | 﨟ス遉コ逕ッ | 111011111010100010011111111011111011110110111101111010011000000110001001111011111011110110111010111010011000000010010101111011111011110110101111 | efa89fefbdbde98189efbdbae98095efbdaf |
UHC | ????逕? | 00111111001111110011111100111111110011001110111100111111 | 3f3f3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)