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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 橒?^ | 1000111111000101101011010011111101011110 | 8fc5ad3f5e |
UTF-8 | 橒렞^ | 11100110101010011001001011101011101000001001111001011110 | e6a992eba09e5e |
UHC | 橒렞^ | 1110100111111000100011101010111101011110 | e9f88eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)