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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
EUC-JP | 勖??y | 100011111011001111101101001111110011111101111001 | 8fb3ed3f3f79 |
UTF-8 | 勖쾡ㄿy | 11100101100010111001011011101100101111101010000111100011100001001011111101111001 | e58b96ecbea1e384bf79 |
UHC | 勖쾡ㄿy | 11101001111011011100010011101001101001001010111101111001 | e9edc4e9a4af79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)