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 | 鉉鍋悚 | 111001111110100110010011111001111001110010011110 | e7e993e79c9e |
EUC-JP | 鉉鍋悚 | 111011101110101111000110111010011101011111111110 | eeebc6e9d7fe |
UTF-8 | 鉉鍋悚 | 111010011000100110001001111010011000110110001011111001101000001010011010 | e98989e98d8be6829a |
UHC | 鉉鍋悚 | 111110101110100011001110101001111110000111100101 | fae8cea7e1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)