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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 謝璽籵c^ | 1000111011010011100011101010001111100010111000000110001101011110 | 8ed38ea3e2e0635e |
EUC-JP | 謝璽籵c^ | 1011110011010101101111001010010111100100111000100110001101011110 | bcd5bca5e4e2635e |
UTF-8 | 謝璽籵c^ | 1110100010101100100111011110011110010010101111011110011110110001101101010110001101011110 | e8ac9de792bde7b1b5635e |
UHC | 謝璽?c^ | 11011110111100111101111111011110001111110110001101011110 | def3dfde3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)