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 | 褞畷キろ | 11100101111100001001001111101011101101111000001011101011 | e5f093ebb782eb |
EUC-JP | 褞畷キろ | 1110101011110010110001101110110110001110101101111010010011101101 | eaf2c6ed8eb7a4ed |
UTF-8 | 褞畷キろ | 111010001010010010011110111001111001010110110111111011111011110110110111111000111000001010001101 | e8a49ee795b7efbdb7e3828d |
UHC | ???ろ | 0011111100111111001111111010101011101101 | 3f3f3faaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)