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 | 族???喩 | 10010001101100000011111100111111001111111001101001100111 | 91b03f3f3f9a67 |
EUC-JP | 族???喩 | 11000010101100100011111100111111001111111101001111001000 | c2b23f3f3fd3c8 |
UTF-8 | 族롖롊섰喩 | 111001101001011110001111111010111010000110010110111010111010000110001010111011001000010010110000111001011001011010101001 | e6978feba196eba18aec84b0e596a9 |
UHC | 族롖롊섰喩 | 11110000111010011000111011011010100011101101000010111100101110011110101011100111 | f0e98eda8ed0bcb9eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)