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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 燒彧{燒彧s | 11100000100101101111101010111001011110111110000010010110111110101011100101110011 | e096fab97be096fab973 |
EUC-JP | 燒彧{燒彧s | 110111111111011010001111101111001111111001111011110111111111011010001111101111001111111001110011 | dff68fbcfe7bdff68fbcfe73 |
UTF-8 | 燒彧{燒彧s | 1110011110000111100100101110010110111101101001110111101111100111100001111001001011100101101111011010011101110011 | e78792e5bda77be78792e5bda773 |
UHC | 燒彧{燒彧s | 11100001110000001110100111101110011110111110000111000000111010011110111001110011 | e1c0e9ee7be1c0e9ee73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)