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 | ???b | 00111111001111110011111101100010 | 3f3f3f62 |
SJIS-WIN | 十??b | 1000111101011100001111110011111101100010 | 8f5c3f3f62 |
EUC-JP | 十??b | 1011110110111101001111110011111101100010 | bdbd3f3f62 |
UTF-8 | 十럮뢑b | 11100101100011011000000111101011100111111010111011101011101000101001000101100010 | e58d81eb9faeeba29162 |
UHC | 十럮뢑b | 11100100101010001000111010001111100011110100110001100010 | e4a88e8f8f4c62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)