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 | 才?依莖? | 1000110111001011001111111000100011001011111001001011000100111111 | 8dcb3f88cbe4b13f |
EUC-JP | 才?依莖? | 1011101011001101001111111011000011001101111010001011001100111111 | bacd3fb0cde8b33f |
UTF-8 | 才렭依莖렦 | 111001101000100110001101111010111010000010101101111001001011111010011101111010001000111010010110111010111010000010100110 | e6898deba0ade4be9de88e96eba0a6 |
UHC | 才렭依莖렦 | 11101110101001101000111010111010111010111110111011001100111011001000111010110101 | eea68ebaebeeccec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)