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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??泯?? | 001111110011111110011111101000010011111100111111 | 3f3f9fa13f3f |
EUC-JP | ??泯?? | 001111110011111111011110101000110011111100111111 | 3f3fdea33f3f |
UTF-8 | 동뤩泯동뤩 | 111010111000111110011001111010111010010010101001111001101011001110101111111010111000111110011001111010111010010010101001 | eb8f99eba4a9e6b3afeb8f99eba4a9 |
UHC | 동뤩泯동뤩 | 10110101101111111000111111010111110110101100011010110101101111111000111111010111 | b5bf8fd7dac6b5bf8fd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)