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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 裂枋[裂枋[^ | 1001011111110100100111100110001101011011100101111111010010011110011000110101101101011110 | 97f49e635b97f49e635b5e |
EUC-JP | 裂枋[裂枋[^ | 1100111011110110110110111100010001011011110011101111011011011011110001000101101101011110 | cef6dbc45bcef6dbc45b5e |
UTF-8 | 裂枋[裂枋[^ | 111010001010001110000010111001101001111010001011010110111110100010100011100000101110011010011110100010110101101101011110 | e8a382e69e8b5be8a382e69e8b5b5e |
UHC | 裂枋[裂枋[^ | 1101011010101110110110111011001101011011110101101010111011011011101100110101101101011110 | d6aedbb35bd6aedbb35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)