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 | 永ぱ??筌 | 1000100101101001100000101100111100111111001111111110001010100011 | 896982cf3f3fe2a3 |
EUC-JP | 永ぱ??筌 | 1011000111001010101001001101000100111111001111111110010010100101 | b1caa4d13f3fe4a5 |
UTF-8 | 永ぱ낅똼筌 | 111001101011000010111000111000111000000110110001111010111000001010000101111010111001100010111100111001111010110110001100 | e6b0b8e381b1eb8285eb98bce7ad8c |
UHC | 永ぱ낅똼筌 | 11100111101101011010101011010001100001011110101110001100100000101110111110100111 | e7b5aad185eb8c82efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)