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 | ?愍?愍 | 001111111001110010111100001111111001110010111100 | 3f9cbc3f9cbc |
EUC-JP | 湗愍湗愍 | 10001111110001111111101111011000101111101000111111000111111110111101100010111110 | 8fc7fbd8be8fc7fbd8be |
UTF-8 | 湗愍湗愍 | 111001101011100110010111111001101000010010001101111001101011100110010111111001101000010010001101 | e6b997e6848de6b997e6848d |
UHC | ?愍?愍 | 001111111101101011000000001111111101101011000000 | 3fdac03fdac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)