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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銕企賜 | 111001111110110010001010111010011000111010010010 | e7ec8ae98e92 |
EUC-JP | 銕企賜 | 111011101110111010110100111010111011101111110010 | eeeeb4ebbbf2 |
UTF-8 | 銕企賜 | 111010011000101010010101111001001011110010000001111010001011001110011100 | e98a95e4bc81e8b39c |
UHC | ?企賜 | 0011111111010000111010101101111011110100 | 3fd0eadef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)