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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 吾ч?嗚?預 | 10001100111000011000010010001001001111111001101001101010001111111001011101100001 | 8ce184893f9a6a3f9761 |
EUC-JP | 吾ч?嗚?預 | 10111000111000111010011111101001001111111101001111001011001111111100110111000010 | b8e3a7e93fd3cb3fcdc2 |
UTF-8 | 吾ч쭏嗚륡預 | 1110010110010000101111101101000110000111111011001010110110001111111001011001011110011010111010111010010110100001111010011010000010010000 | e590bed187ecad8fe5979aeba5a1e9a090 |
UHC | 吾ч쭏嗚륡預 | 111001111110111010101100111010011010011110001000111001111111000010010000010001101110011111101000 | e7eeace9a788e7f09046e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)