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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迸ソ阡戊 | 11100111100111101011111111101000100101001001010111101000 | e79ebfe89495e8 |
EUC-JP | 迸ソ阡戊 | 1110110111111110100011101011111111101111111101001100101011101010 | edfe8ebfeff4caea |
UTF-8 | 迸ソ阡戊 | 111010001011111110111000111011111011110110111111111010011001100010100001111001101000100010001010 | e8bfb8efbdbfe998a1e6888a |
UHC | ??阡戊 | 001111110011111111110100110001101101100111100110 | 3f3ff4c6d9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)