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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 湫稙y | 1001111111010101111000100110010101111001 | 9fd5e26579 |
EUC-JP | 湫稙y | 1101111011010111111000111100011001111001 | ded7e3c679 |
UTF-8 | 湫稙y | 11100110101110011010101111100111101010001001100101111001 | e6b9abe7a89979 |
UHC | 湫稙y | 1111010111010011111100101100001001111001 | f5d3f2c279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)