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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 余???ュ? | 1001011101011101001111110011111100111111100000111000010100111111 | 975d3f3f3f83853f |
EUC-JP | 余??沅ュ? | 11001101101111100011111100111111100011111100011011101001101001011110010100111111 | cdbe3f3f8fc6e9a5e53f |
UTF-8 | 余뽯렪沅ュ쪊 | 111001001011110110011001111010111011110110101111111010111010000010101010111001101011001010000101111000111000001110100101111011001010101010001010 | e4bd99ebbdafeba0aae6b285e383a5ecaa8a |
UHC | 余뽯렪沅ュ쪊 | 111001011111100110010110111010111000111010111000111010101011011010101011111001011010010110000100 | e5f996eb8eb8eab6abe5a584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)