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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姙??? | 1001101101001011001111110011111100111111 | 9b4b3f3f3f |
EUC-JP | 姙??? | 1101010110101100001111110011111100111111 | d5ac3f3f3f |
UTF-8 | 姙꿴렟렰 | 111001011010011110011001111010101011111110110100111010111010000010011111111010111010000010110000 | e5a799eabfb4eba09feba0b0 |
UHC | 姙꿴렟렰 | 1110110011110101101100101110100110001110101100001000111010111101 | ecf5b2e98eb08ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)