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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 余??倚 | 100101110101110100111111001111111001100011011111 | 975d3f3f98df |
EUC-JP | 余?ʼn倚 | 1100110110111110001111111000111110101001110010101101000011100001 | cdbe3f8fa9cad0e1 |
UTF-8 | 余뽯ʼn倚 | 1110010010111101100110011110101110111101101011111100010110001001111001011000000010011010 | e4bd99ebbdafc589e5809a |
UHC | 余뽯ʼn倚 | 1110010111111001100101101110101110101001101100001110101111101111 | e5f996eba9b0ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)