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 | 昭ロ柴竺 | 100011111011101011011011100011101100010011110010110001001000111010110001 | 8fbadb8ec4f2c48eb1 |
EUC-JP | 昭ロ柴?竺 | 101111101011110010001110110110111011110011000110001111111011110010110011 | bebc8edbbcc63fbcb3 |
UTF-8 | 昭ロ柴竺 | 111001101001100010101101111011111011111010011011111001101001111110110100111011101000011110111011111001111010101110111010 | e698adefbe9be69fb4ee87bbe7abba |
UHC | 昭?柴?竺 | 1110000110111001001111111110001111000011001111111111010111100111 | e1b93fe3c33ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)