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 | ?民?普 | 001111111001011010101111001111111001010110000001 | 3f96af3f9581 |
EUC-JP | ?民?普 | 001111111100110010110001001111111100100111100001 | 3fccb13fc9e1 |
UTF-8 | 렺民旼普 | 111010111010000010111010111001101011000010010001111001101001011110111100111001101001100110101110 | eba0bae6b091e697bce699ae |
UHC | 렺民旼普 | 1000111011000010110110101100010111011010110001001101110011000101 | 8ec2dac5dac4dcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)