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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 。鉎ェ^ | 11110011111101111010000111111011110001111010101001011110 | f3f7a1fbc7aa5e |
EUC-JP | ?。鉎ェ^ | 001111111000111010100001100011111110001111011111100011101010101001011110 | 3f8ea18fe3df8eaa5e |
UTF-8 | 。鉎ェ^ | 11101110100010111010101011101111101111011010000111101001100010011000111011101111101111011010101001011110 | ee8baaefbda1e9898eefbdaa5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)