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 | 重?帝脛? | 1000111101100100001111111001001011101001111000111111100000111111 | 8f643f92e9e3f83f |
EUC-JP | 重?帝脛? | 1011110111000101001111111100010011101011111001101111101000111111 | bdc53fc4ebe6fa3f |
UTF-8 | 重렦帝脛렚 | 111010011000011110001101111010111010000010100110111001011011100010011101111010001000010010011011111010111010000010011010 | e9878deba0a6e5b89de8849beba09a |
UHC | 重렦帝脛렚 | 11110001111011001000111010110101111100001010100011001100111010111000111010101101 | f1ec8eb5f0a8cceb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)