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 | ???堊? | 001111110011111100111111100110101011111100111111 | 3f3f3f9abf3f |
EUC-JP | ???堊? | 001111110011111100111111110101001100000100111111 | 3f3f3fd4c13f |
UTF-8 | 娛붴돧堊들 | 111001011010100010011011111010111011011010110100111010111000111110100111111001011010000010001010111010111001001110100100 | e5a89bebb6b4eb8fa7e5a08aeb93a4 |
UHC | 娛붴돧堊들 | 11100111111101001001010011100010100010011010101111100100101111101011010111101001 | e7f494e289abe4beb5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)