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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渧ャ驟器 | 11111011010010001010110011101001100001011000101011101101 | fb48ace9858aed |
EUC-JP | 渧ャ驟器 | 100011111100011111101011100011101010110011110001111001011011010011101111 | 8fc7eb8eacf1e5b4ef |
UTF-8 | 渧ャ驟器 | 111001101011100010100111111011111011110110101100111010011010100110011111111001011001100110101000 | e6b8a7efbdace9a99fe599a8 |
UHC | ??驟器 | 001111110011111111110110101011101101000011101111 | 3f3ff6aed0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)