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 | 鞣ょ蕪 | 111010001110001010000010111001011001010110010011 | e8e282e59593 |
EUC-JP | 鞣ょ蕪 | 111100001110010010100100111001111100100111110011 | f0e4a4e7c9f3 |
UTF-8 | 鞣ょ蕪 | 111010011001111010100011111000111000001010000111111010001001010110101010 | e99ea3e38287e895aa |
UHC | ?ょ蕪 | 0011111110101010111001111101100111110011 | 3faae7d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)