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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 影??? | 1000100101100101001111110011111100111111 | 89653f3f3f |
EUC-JP | 影??滎 | 10110001110001100011111100111111100011111100100010111001 | b1c63f3f8fc8b9 |
UTF-8 | 影뚩뙞滎 | 111001011011110110110001111010111001101010101001111010111001100110011110111001101011101110001110 | e5bdb1eb9aa9eb999ee6bb8e |
UHC | 影뚩뙞滎 | 1110011110101111100011001110100010001100101000111111101110100011 | e7af8ce88ca3fba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)