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 | ??Z | 001111110011111101011010 | 3f3f5a |
SJIS-WIN | ?菅Z | 00111111100100001001101101011010 | 3f909b5a |
EUC-JP | 湔菅Z | 100011111100011111111010101111111111101101011010 | 8fc7fabffb5a |
UTF-8 | 湔菅Z | 11100110101110011001010011101000100011111000010101011010 | e6b994e88f855a |
UHC | ?菅Z | 00111111110011101011100101011010 | 3fceb95a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)