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 | 昭ロ捨痔 | 100011111011101011011011100011101100110011110010110001101000111010100100 | 8fbadb8eccf2c68ea4 |
EUC-JP | 昭ロ捨?痔 | 101111101011110010001110110110111011110011001110001111111011110010100110 | bebc8edbbcce3fbca6 |
UTF-8 | 昭ロ捨痔 | 111001101001100010101101111011111011111010011011111001101000110110101000111011101000011110111101111001111001011110010100 | e698adefbe9be68da8ee87bde79794 |
UHC | 昭?捨?痔 | 1110000110111001001111111101111011010111001111111111011011000000 | e1b93fded73ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)