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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?琿? | 00111111111000001110101100111111 | 3fe0eb3f |
EUC-JP | ?琿? | 00111111111000001110110100111111 | 3fe0ed3f |
UTF-8 | 뤿琿㎬ | 111010111010010010111111111001111001000010111111111000111000111010101100 | eba4bfe790bfe38eac |
UHC | 뤿琿㎬ | 100011111110101111111011111010101010011111101000 | 8febfbeaa7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)