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^ | 10011111100111001000101010110110001111110110001101011110 | 9f9c8ab63f635e |
EUC-JP | 沮憾?c^ | 11011101111111001011010010111000001111110110001101011110 | ddfcb4b83f635e |
UTF-8 | 沮憾튜c^ | 1110011010110010101011101110011010000110101111101110110110001010100111000110001101011110 | e6b2aee686beed8a9c635e |
UHC | 沮憾튜c^ | 1110111011000001110010101111000011000110101010010110001101011110 | eec1caf0c6a9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)