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 | 腫?申?悠 | 1000111011101110001111111001000001011100001111111001011101001001 | 8eee3f905c3f9749 |
EUC-JP | 腫?申?悠 | 1011110011110000001111111011111110111101001111111100110110101010 | bcf03fbfbd3fcdaa |
UTF-8 | 腫렓申렖悠 | 111010001000010110101011111010111010000010010011111001111001010010110011111010111010000010010110111001101000001010100000 | e885abeba093e794b3eba096e682a0 |
UHC | 腫렓申렖悠 | 11110000111111101000111010101000111000111110100110001110101010111110101011101101 | f0fe8ea8e3e98eabeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)