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 | ?訥莉 | 0011111111100110011000111110010010111011 | 3fe663e4bb |
EUC-JP | 雩訥莉 | 10001111111001101111101011101011110001001110100010111101 | 8fe6faebc4e8bd |
UTF-8 | 雩訥莉 | 111010011001101110101001111010001010100010100101111010001000111010001001 | e99ba9e8a8a5e88e89 |
UHC | 雩訥莉 | 111010011110110011010010111011011101011111101001 | e9ecd2edd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)