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 | ???吟?? | 00111111001111110011111110001011111000010011111100111111 | 3f3f3f8be13f3f |
EUC-JP | 旿??吟?? | 100011111100000111110100001111110011111110110110111000110011111100111111 | 8fc1f43f3fb6e33f3f |
UTF-8 | 旿덈슗吟듣쯃 | 111001101001011110111111111010111000110110001000111011001000101010010111111001011001000010011111111010111001001110100011111011001010111110000011 | e697bfeb8d88ec8a97e5909feb93a3ecaf83 |
UHC | 旿덈슗吟듣쯃 | 111001111111101010001000111010111001101010100110111010111110000110110101111010001010100010011111 | e7fa88eb9aa6ebe1b5e8a89f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)