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^ | 1110100110001000100101001110011110001101100101110110001101011110 | e98894e78d97635e |
EUC-JP | 驤皮漉c^ | 1111000111101000110010001110100110111001111101110110001101011110 | f1e8c8e9b9f7635e |
UTF-8 | 驤皮漉c^ | 1110100110101001101001001110011110011010101011101110011010111100100010010110001101011110 | e9a9a4e79aaee6bc89635e |
UHC | ?皮?c^ | 001111111111100110101011001111110110001101011110 | 3ff9ab3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)