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 | 壯?第肯? | 1001101011100001001111111001000111100110100011010110110100111111 | 9ae13f91e68d6d3f |
EUC-JP | 壯?第肯? | 1101010011100011001111111100001011101000101110011100111000111111 | d4e33fc2e8b9ce3f |
UTF-8 | 壯렓第肯ㄽ | 111001011010001110101111111010111010000010010011111001111010110010101100111010001000001010101111111000111000010010111101 | e5a3afeba093e7acace882afe384bd |
UHC | 壯렓第肯ㄽ | 11101101111000001000111010101000111100001010111111010000111010011010010010101101 | ede08ea8f0afd0e9a4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)