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 | 璽叱肚 | 11110000101110011000111010100011111100011111101110001110101101101110001111101010 | f0b98ea3f1fb8eb6e3ea |
EUC-JP | ?璽?叱肚 | 0011111110111100101001010011111110111100101110001110011011101100 | 3fbca53fbcb8e6ec |
UTF-8 | 璽叱肚 | 111011101000000110111000111001111001001010111101111011101000010110110110111001011000111110110001111010001000001010011010 | ee81b8e792bdee85b6e58fb1e8829a |
UHC | ?璽?叱? | 00111111110111111101111000111111111100101110101000111111 | 3fdfde3ff2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)