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 | 吾ч??? | 10001100111000011000010010001001001111110011111100111111 | 8ce184893f3f3f |
EUC-JP | 吾ч??? | 10111000111000111010011111101001001111110011111100111111 | b8e3a7e93f3f3f |
UTF-8 | 吾ч쭠玲묯 | 1110010110010000101111101101000110000111111011001010110110100000111011111010011010101101111010111010110010101111 | e590bed187ecada0efa6adebacaf |
UHC | 吾ч쭠玲묯 | 11100111111011101010110011101001101001111001010111100111101111111001001001000110 | e7eeace9a795e7bf9246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)