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 | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | テ氾・テ榲エTB | 11000011100101001100001110100101110000111001111011000011101101000101010001000010 | c394c3a5c39ec3b45442 |
EUC-JP | テ氾・テ榲エTB | 1000111011000011110010001100010110001110101001011000111011000011110111001100010110001110101101000101010001000010 | 8ec3c8c58ea58ec3dcc58eb45442 |
UTF-8 | テ氾・テ榲エTB | 1110111110111110100000111110011010110000101111101110111110111101101001011110111110111110100000111110011010100110101100101110111110111101101101000101010001000010 | efbe83e6b0beefbda5efbe83e6a6b2efbdb45442 |
UHC | ?氾????TB | 001111111101101111110000001111110011111100111111001111110101010001000010 | 3fdbf03f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)