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 | 弔?畯陌? | 1001001010100010001111111111101101101111111010001001100100111111 | 92a23ffb6fe8993f |
EUC-JP | 弔?畯陌? | 110001001010010000111111100011111100110110111011111011111111100100111111 | c4a43f8fcdbbeff93f |
UTF-8 | 弔렲畯陌썬 | 111001011011110010010100111010111010000010110010111001111001010110101111111010011001100110001100111011001000110110101100 | e5bc94eba0b2e795afe9998cec8dac |
UHC | 弔렲畯陌썬 | 11110000110000001000111010111111111100011110000111011000111010001011110111100011 | f0c08ebff1e1d8e8bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)