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 | 悌?莊?錚 | 1001001011101110001111111110010010110101001111111110100001000010 | 92ee3fe4b53fe842 |
EUC-JP | 悌?莊?錚 | 1100010011110000001111111110100010110111001111111110111110100011 | c4f03fe8b73fefa3 |
UTF-8 | 悌렩莊렱錚 | 111001101000001010001100111010111010000010101001111010001000111010001010111010111010000010110001111010011000110010011010 | e6828ceba0a9e88e8aeba0b1e98c9a |
UHC | 悌렩莊렱錚 | 11110000101010101000111010110111111011011111011010001110101111101110111010110110 | f0aa8eb7edf68ebeeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)