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 | 迹」逾 | 1110011110010001101000111110011110100101 | e791a3e7a5 |
EUC-JP | 迹」逾 | 111011011111000110001110101000111110111010100111 | edf18ea3eea7 |
UTF-8 | 迹」逾 | 111010001011111110111001111011111011110110100011111010011000000010111110 | e8bfb9efbda3e980be |
UHC | 迹?逾 | 1110111011101001001111111110101110110101 | eee93febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)