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 | 碆魴緬錻 | 1110000111101100111010011011010110010110110010011110100001000110 | e1ece9b596c9e846 |
EUC-JP | 碆魴緬錻 | 1110001011101110111100101011011111001100110010111110111110100111 | e2eef2b7cccbefa7 |
UTF-8 | 碆魴緬錻 | 111001111010001010000110111010011010110110110100111001111011011110101100111010011000110010111011 | e7a286e9adb4e7b7ace98cbb |
UHC | ??緬? | 0011111100111111110110001111101100111111 | 3f3fd8fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)