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 | 鵫痔昭 | 111111000100100010001110101001001000111110111010 | fc488ea48fba |
EUC-JP | 鵫痔昭 | 10001111111010111111101010111100101001101011111010111100 | 8febfabca6bebc |
UTF-8 | 鵫痔昭 | 111010011011010110101011111001111001011110010100111001101001100010101101 | e9b5abe79794e698ad |
UHC | ?痔昭 | 0011111111110110110000001110000110111001 | 3ff6c0e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)