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 | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
SJIS-WIN | 十??曖??u | 100011110101110000111111001111111001111001000010001111110011111101110101 | 8f5c3f3f9e423f3f75 |
EUC-JP | 十??曖??u | 101111011011110100111111001111111101101110100011001111110011111101110101 | bdbd3f3fdba33f3f75 |
UTF-8 | 十럮뢙曖륂뢎u | 11100101100011011000000111101011100111111010111011101011101000101001100111100110100110111001011011101011101001011000001011101011101000101000111001110101 | e58d81eb9faeeba299e69b96eba582eba28e75 |
UHC | 十럮뢙曖륂뢎u | 11100100101010001000111010001111100011110101010011100100111100101000111111101101100011110100100101110101 | e4a88e8f8f54e4f28fed8f4975 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)