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 | 涬晢ィ楠 | 11111011010000011001110111101111101010001001001111101101 | fb419defa893ed |
EUC-JP | 涬晢ィ楠 | 100011111100011111001111110110101111000110001110101010001100011011101111 | 8fc7cfdaf18ea8c6ef |
UTF-8 | 涬晢ィ楠 | 111001101011011010101100111001101001100110100010111011111011110110101000111001101010010110100000 | e6b6ace699a2efbda8e6a5a0 |
UHC | ???楠 | 0011111100111111001111111101000111111000 | 3f3f3fd1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)