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 | 酊?\}酊?\{^ | 1110011111000010001111110101110001111101111001111100001000111111010111000111101101011110 | e7c23f5c7de7c23f5c7b5e |
EUC-JP | 酊?\}酊?\{^ | 1110111011000100001111110101110001111101111011101100010000111111010111000111101101011110 | eec43f5c7deec43f5c7b5e |
UTF-8 | 酊클\}酊클\{^ | 1110100110000101100010101110110110000001101101000101110001111101111010011000010110001010111011011000000110110100010111000111101101011110 | e9858aed81b45c7de9858aed81b45c7b5e |
UHC | 酊클\}酊클\{^ | 11101111111110001100010110101100010111000111110111101111111110001100010110101100010111000111101101011110 | eff8c5ac5c7deff8c5ac5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)