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 | 脱孫多短臓 | 10010010010001011001000110110111100100011011110110010010010110101001000110011111 | 924591b791bd925a919f |
EUC-JP | 脱孫多短臓 | 11000011101001101100001010111001110000101011111111000011101110111100001010100001 | c3a6c2b9c2bfc3bbc2a1 |
UTF-8 | 脱孫多短臓 | 111010001000010010110001111001011010110110101011111001011010010010011010111001111001111110101101111010001000011110010011 | e884b1e5adabe5a49ae79fade88793 |
UHC | ?孫多短? | 0011111111100001110111011101001011111101110100111010110100111111 | 3fe1ddd2fdd3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)