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 | ???癒⑥? | 0011111100111111001111111001011011111100100001110100010100111111 | 3f3f3f96fc87453f |
EUC-JP | ???癒?? | 00111111001111110011111111001100111111100011111100111111 | 3f3f3fccfe3f3f |
UTF-8 | 列룸땳癒⑥뵋 | 111011111010011010011100111010111010001110111000111010111001010110110011111001111001100110010010111000101001000110100101111010111011010110001011 | efa69ceba3b8eb95b3e79992e291a5ebb58b |
UHC | 列룸땳癒⑥뵋 | 111001101110101010110111111010111000101110001001111010111010100010101000111011001001010010001111 | e6eab7eb8b89eba8a8ec948f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)