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 | 永??淫? | 10001001011010010011111100111111100010001111101000111111 | 89693f3f88fa3f |
EUC-JP | 永??淫? | 10110001110010100011111100111111101100001111110000111111 | b1ca3f3fb0fc3f |
UTF-8 | 永띕슙淫펔 | 111001101011000010111000111010111001110110010101111011001000101010011001111001101011011110101011111011011000111010010100 | e6b0b8eb9d95ec8a99e6b7abed8e94 |
UHC | 永띕슙淫펔 | 11100111101101011011011011101011100110101010011111101011111000101011110001101000 | e7b5b6eb9aa7ebe2bc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)