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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?要??? | 001111111001011101110110001111110011111100111111 | 3f97763f3f3f |
EUC-JP | ?要??? | 001111111100110111010111001111110011111100111111 | 3fcdd73f3f3f |
UTF-8 | 쒔要쒀렶렊 | 111011001001001010010100111010001010011010000001111011001001001010000000111010111010000010110110111010111010000010001010 | ec9294e8a681ec9280eba0b6eba08a |
UHC | 쒔要쒀렶렊 | 10111110101011011110100110101001101111101010110010001110110000011000111010100001 | beade9a9beac8ec18ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)