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 | 窈??諛?? | 1110001001110111001111110011111111100110100001110011111100111111 | e2773f3fe6873f3f |
EUC-JP | 窈??諛?Ŧ | 11100011110110000011111100111111111010111110011100111111100011111010100110101111 | e3d83f3febe73f8fa9af |
UTF-8 | 窈뚯뼇諛ㅷŦ | 1110011110101010100010001110101110011010101011111110101110111100100001111110100010101011100110111110001110000101101101111100010110100110 | e7aa88eb9aafebbc87e8ab9be385b7c5a6 |
UHC | 窈뚯뼇諛ㅷŦ | 111010011010000110001100111011001001011010010001111010111011000010100100111001111010100010101110 | e9a18cec9691ebb0a4e7a8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)