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 | 吾ч?烏?? | 100011001110000110000100100010010011111110001001010001110011111100111111 | 8ce184893f89473f3f |
EUC-JP | 吾ч?烏?? | 101110001110001110100111111010010011111110110001101010000011111100111111 | b8e3a7e93fb1a83f3f |
UTF-8 | 吾ч쭠烏녻뵟 | 1110010110010000101111101101000110000111111011001010110110100000111001111000001110001111111010111000010110111011111010111011010110011111 | e590bed187ecada0e7838feb85bbebb59f |
UHC | 吾ч쭠烏녻뵟 | 111001111110111010101100111010011010011110010101111010001010000110000110111010001001010010011111 | e7eeace9a795e8a186e8949f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)