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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 읝욙싕읝뾡 | 111011001001110110011101111011001001101010011001111011001000101110010101111011001001110110011101111010111011111010100001 | ec9d9dec9a99ec8b95ec9d9debbea1 |
UHC | 읝욙싕읝뾡 | 10011111110001101001111011110100100110101101100010011111110001101001011101100100 | 9fc69ef49ad89fc69764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)