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 | 恁種? | 1001110010001100100011101110110100111111 | 9c8c8eed3f |
EUC-JP | 恁種脘 | 11010111111011001011110011101111100011111101011010101100 | d7ecbcef8fd6ac |
UTF-8 | 恁種脘 | 111001101000000110000001111001111010100010101110111010001000010010011000 | e68181e7a8aee88498 |
UHC | 恁種脘 | 111011001111011011110000111110101110100011010010 | ecf6f0fae8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)