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 | 娛듽깶堊들 | 111001011010100010011011111010111001001110111101111010101011100110110110111001011010000010001010111010111001001110100100 | e5a89beb93bdeab9b6e5a08aeb93a4 |
UHC | 娛듽깶堊들 | 11100111111101001000101011100011100000111010010011100100101111101011010111101001 | e7f48ae383a4e4beb5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)