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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ療湘イテーB | 110000111001011111000011100011111100001110110010110000111011000001000010 | c397c38fc3b2c3b042 |
EUC-JP | テ療湘イテーB | 10001110110000111100111011000101101111101100010110001110101100101000111011000011100011101011000001000010 | 8ec3cec5bec58eb28ec38eb042 |
UTF-8 | テ療湘イテーB | 11101111101111101000001111100111100110011000001011100110101110011001100011101111101111011011001011101111101111101000001111101111101111011011000001000010 | efbe83e79982e6b998efbdb2efbe83efbdb042 |
UHC | ?療湘???B | 001111111101011011111011110111111100111100111111001111110011111101000010 | 3fd6fbdfcf3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)