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 | 恁?緬 | 1001110010001100001111111001011011001001 | 9c8c3f96c9 |
EUC-JP | 恁?緬 | 1101011111101100001111111100110011001011 | d7ec3fcccb |
UTF-8 | 恁쯩緬 | 111001101000000110000001111011001010111110101001111001111011011110101100 | e68181ecafa9e7b7ac |
UHC | 恁쯩緬 | 111011001111011011000010111011011101100011111011 | ecf6c2edd8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)