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 | ??dLh??dL | 001111110011111101100100010011000110100000111111001111110110010001001100 | 3f3f644c683f3f644c |
SJIS-WIN | 偲爾dLh偲爾dL | 10001110110000111000111010100010011001000100110001101000100011101100001110001110101000100110010001001100 | 8ec38ea2644c688ec38ea2644c |
EUC-JP | 偲爾dLh偲爾dL | 10111100110001011011110010100100011001000100110001101000101111001100010110111100101001000110010001001100 | bcc5bca4644c68bcc5bca4644c |
UTF-8 | 偲爾dLh偲爾dL | 1110010110000001101100101110011110001000101111100110010001001100011010001110010110000001101100101110011110001000101111100110010001001100 | e581b2e788be644c68e581b2e788be644c |
UHC | ?爾dLh?爾dL | 0011111111101100101100110110010001001100011010000011111111101100101100110110010001001100 | 3fecb3644c683fecb3644c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)