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 | 余???ワ | 10010111010111010011111100111111001111111000001110001111 | 975d3f3f3f838f |
EUC-JP | 余??沅ワ | 110011011011111000111111001111111000111111000110111010011010010111101111 | cdbe3f3f8fc6e9a5ef |
UTF-8 | 余뽯렪沅ワ | 111001001011110110011001111010111011110110101111111010111010000010101010111001101011001010000101111000111000001110101111 | e4bd99ebbdafeba0aae6b285e383af |
UHC | 余뽯렪沅ワ | 11100101111110011001011011101011100011101011100011101010101101101010101111101111 | e5f996eb8eb8eab6abef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)