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 | 姙쯩료橓 | 111001011010011110011001111011001010111110101001111010111010001110001100111001101010100110010011 | e5a799ecafa9eba38ce6a993 |
UHC | 姙쯩료橓 | 1110110011110101110000101110110110110111111000011110001011100101 | ecf5c2edb7e1e2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)