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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢у院辭 | 1110011110000000100001001000010110001001010000001110011110000110 | e78084858940e786 |
EUC-JP | 轢у院辭 | 1110110111100000101001111110010110110001101000011110110111100110 | ede0a7e5b1a1ede6 |
UTF-8 | 轢у院辭 | 1110100010111101101000101101000110000011111010011001100110100010111010001011111010101101 | e8bda2d183e999a2e8bead |
UHC | 轢у院辭 | 1101010111111001101011001110010111101010110000101101111011110110 | d5f9ace5eac2def6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)