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 | ?????eh | 00111111001111110011111100111111001111110110010101101000 | 3f3f3f3f3f6568 |
SJIS-WIN | テ、テε。eh | 1100001110100100110000111000001111000011101000010110010101101000 | c3a4c383c3a16568 |
EUC-JP | テ、テε。eh | 100011101100001110001110101001001000111011000011101001101100010110001110101000010110010101101000 | 8ec38ea48ec3a6c58ea16568 |
UTF-8 | テ、テε。eh | 11101111101111101000001111101111101111011010010011101111101111101000001111001110101101011110111110111101101000010110010101101000 | efbe83efbda4efbe83ceb5efbda16568 |
UHC | ???ε?eh | 0011111100111111001111111010010111100101001111110110010101101000 | 3f3f3fa5e53f6568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)