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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昭ロ痔 | 1000111110111010110110111000111010100100 | 8fbadb8ea4 |
EUC-JP | 昭ロ痔 | 101111101011110010001110110110111011110010100110 | bebc8edbbca6 |
UTF-8 | 昭ロ痔 | 111001101001100010101101111011111011111010011011111001111001011110010100 | e698adefbe9be79794 |
UHC | 昭?痔 | 1110000110111001001111111111011011000000 | e1b93ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)