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 | 韃ソ譏懶ス | 1110100011100101101111111110011010011000100111001110111110111101 | e8e5bfe6989cefbd |
EUC-JP | 韃ソ譏懶ス | 11110000111001111000111010111111111010111111100011011000111100011000111010111101 | f0e78ebfebf8d8f18ebd |
UTF-8 | 韃ソ譏懶ス | 111010011001111110000011111011111011110110111111111010001010110110001111111001101000011110110110111011111011110110111101 | e99f83efbdbfe8ad8fe687b6efbdbd |
UHC | ??譏懶? | 00111111001111111101000111000001110101001111101100111111 | 3f3fd1c1d4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)