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 | 洩隋隋辰渫 | 10001001011010111110010001000000111001000100000010010010010000111001111111010110 | 896be440e44092439fd6 |
EUC-JP | 洩隋隋辰渫 | 10110001110011001110011110100001111001111010000111000011101001001101111011011000 | b1cce7a1e7a1c3a4ded8 |
UTF-8 | 洩隋隋辰渫 | 111001101011010010101001111010011001101010001011111010011001101010001011111010001011111010110000111001101011100010101011 | e6b4a9e99a8be99a8be8beb0e6b8ab |
UHC | 洩隋隋辰渫 | 11100000110111011110001011001001111000101100100111110010111000111110000011011110 | e0dde2c9e2c9f2e3e0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)