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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫雫璽璽 | 10001110101100001000111010110100100011101010001111110000101101011000111010100011 | 8eb08eb48ea3f0b58ea3 |
EUC-JP | 鴫雫璽?璽 | 101111001011001010111100101101101011110010100101001111111011110010100101 | bcb2bcb6bca53fbca5 |
UTF-8 | 鴫雫璽璽 | 111010011011010010101011111010011001101110101011111001111001001010111101111011101000000110110100111001111001001010111101 | e9b4abe99babe792bdee81b4e792bd |
UHC | ??璽?璽 | 00111111001111111101111111011110001111111101111111011110 | 3f3fdfde3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)