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 | 邨よシ」鄒 | 1110011110110101100000101110011010111100101000111110011110111110 | e7b582e6bca3e7be |
EUC-JP | 邨よシ」鄒 | 11101110101101111010010011101000100011101011110010001110101000111110111011000000 | eeb7a4e88ebc8ea3eec0 |
UTF-8 | 邨よシ」鄒 | 111010011000001010101000111000111000001010001000111011111011110110111100111011111011110110100011111010011000010010010010 | e982a8e38288efbdbcefbda3e98492 |
UHC | 邨よ??鄒 | 1111010110111110101010101110100000111111001111111111010111011011 | f5beaae83f3ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)