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 | ??e??q | 001111110011111101100101001111110011111101110001 | 3f3f653f3f71 |
SJIS-WIN | 偲治e偲爾q | 10001110110000111000111010100001011001011000111011000011100011101010001001110001 | 8ec38ea1658ec38ea271 |
EUC-JP | 偲治e偲爾q | 10111100110001011011110010100011011001011011110011000101101111001010010001110001 | bcc5bca365bcc5bca471 |
UTF-8 | 偲治e偲爾q | 1110010110000001101100101110011010110010101110110110010111100101100000011011001011100111100010001011111001110001 | e581b2e6b2bb65e581b2e788be71 |
UHC | ?治e?爾q | 0011111111110110101111010110010100111111111011001011001101110001 | 3ff6bd653fecb371 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)