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 | 援??攸 | 100010011000011100111111001111111001110110111111 | 89873f3f9dbf |
EUC-JP | 援??攸 | 101100011110011100111111001111111101101011000001 | b1e73f3fdac1 |
UTF-8 | 援썰튋攸 | 111001101000111110110100111011001000110110110000111011011000101010001011111001101001010010111000 | e68fb4ec8db0ed8a8be694b8 |
UHC | 援썰튋攸 | 1110101010110101101111011110010010111001100111111110101011110010 | eab5bde4b99feaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)