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 | 撓??淫? | 10011101100110100011111100111111100010001111101000111111 | 9d9a3f3f88fa3f |
EUC-JP | 撓??淫? | 11011001111110100011111100111111101100001111110000111111 | d9fa3f3fb0fc3f |
UTF-8 | 撓뉗넀淫엒 | 111001101001001010010011111010111000100110010111111010111000010010000000111001101011011110101011111011001001011110010010 | e69293eb8997eb8480e6b7abec9792 |
UHC | 撓뉗넀淫엒 | 11101000111101011000011111101100100001101001000011101011111000101001111001101011 | e8f587ec8690ebe29e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)