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 | ユ隍蝪 | 1101010111101000101001001110010110100001 | d5e8a4e5a1 |
EUC-JP | ユ隍蝪 | 100011101101010111110000101001101110101010100011 | 8ed5f0a6eaa3 |
UTF-8 | ユ隍蝪 | 111011111011111010010101111010011001101010001101111010001001110110101010 | efbe95e99a8de89daa |
UHC | ?隍? | 00111111111111001101101100111111 | 3ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)