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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | テーテ機h | 110000111011000011000011100010110100000001101000 | c3b0c38b4068 |
EUC-JP | テーテ機h | 100011101100001110001110101100001000111011000011101101011010000101101000 | 8ec38eb08ec3b5a168 |
UTF-8 | テーテ機h | 11101111101111101000001111101111101111011011000011101111101111101000001111100110101010011001111101101000 | efbe83efbdb0efbe83e6a99f68 |
UHC | ???機h | 001111110011111100111111110100011010011001101000 | 3f3f3fd1a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)