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 | 涯??寡施 | 1000101001010101001111110011111110001001110001111000111001111011 | 8a553f3f89c78e7b |
EUC-JP | 涯??寡施 | 1011001110110110001111110011111110110010110010011011101111011100 | b3b63f3fb2c9bbdc |
UTF-8 | 涯롗뤗寡施 | 111001101011011010101111111010111010000110010111111010111010010010010111111001011010111110100001111001101001011010111101 | e6b6afeba197eba497e5afa1e696bd |
UHC | 涯롗뤗寡施 | 11100100111100111000111011011011100011111100011111001101111110111110001110111111 | e4f38edb8fc7cdfbe3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)