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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踰??源 | 111001101111101000111111001111111000110010111001 | e6fa3f3f8cb9 |
EUC-JP | 踰??源 | 111011001111110000111111001111111011100010111011 | ecfc3f3fb8bb |
UTF-8 | 踰롧븫源 | 111010001011100010110000111010111010000110100111111010111011100010101011111001101011101010010000 | e8b8b0eba1a7ebb8abe6ba90 |
UHC | 踰롧븫源 | 1110101110110010100011101110011110010101100101001110101010111001 | ebb28ee79594eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)