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^ | 1110100011100110100101001110011110001101100101110110001101011110 | e8e694e78d97635e |
EUC-JP | 韆皮漉c^ | 1111000011101000110010001110100110111001111101110110001101011110 | f0e8c8e9b9f7635e |
UTF-8 | 韆皮漉c^ | 1110100110011111100001101110011110011010101011101110011010111100100010010110001101011110 | e99f86e79aaee6bc89635e |
UHC | 韆皮?c^ | 11110100110001111111100110101011001111110110001101011110 | f4c7f9ab3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)