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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 蔗種襲u | 11100100111100101000111011101101100011110101000001110101 | e4f28eed8f5075 |
EUC-JP | 蔗種襲u | 11101000111101001011110011101111101111011011000101110101 | e8f4bcefbdb175 |
UTF-8 | 蔗種襲u | 11101000100101001001011111100111101010001010111011101000101001011011001001110101 | e89497e7a8aee8a5b275 |
UHC | 蔗種襲u | 11101101101111011111000011111010111000111010100101110101 | edbdf0fae3a975 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)