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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 遮雫\}遮雫\{^ | 10001110110101011000111010110100010111000111110110001110110101011000111010110100010111000111101101011110 | 8ed58eb45c7d8ed58eb45c7b5e |
EUC-JP | 遮雫\}遮雫\{^ | 10111100110101111011110010110110010111000111110110111100110101111011110010110110010111000111101101011110 | bcd7bcb65c7dbcd7bcb65c7b5e |
UTF-8 | 遮雫\}遮雫\{^ | 1110100110000001101011101110100110011011101010110101110001111101111010011000000110101110111010011001101110101011010111000111101101011110 | e981aee99bab5c7de981aee99bab5c7b5e |
UHC | 遮?\}遮?\{^ | 1111001110110100001111110101110001111101111100111011010000111111010111000111101101011110 | f3b43f5c7df3b43f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)