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 | ??亥? | 0011111100111111100010001110010100111111 | 3f3f88e53f |
EUC-JP | 釪?亥? | 10001111111000111010110100111111101100001110011100111111 | 8fe3ad3fb0e73f |
UTF-8 | 釪렊亥렜 | 111010011000011110101010111010111010000010001010111001001011101010100101111010111010000010011100 | e987aaeba08ae4baa5eba09c |
UHC | 釪렊亥렜 | 1110100111101001100011101010000111111010101001001000111010101110 | e9e98ea1faa48eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)