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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ト、跖マ、ーヒ | 1100010010100100111001101110100011001111101001001011000011001011 | c4a4e6e8cfa4b0cb |
EUC-JP | ト、跖マ、ーヒ | 1000111011000100100011101010010011101100111010101000111011001111100011101010010010001110101100001000111011001011 | 8ec48ea4ecea8ecf8ea48eb08ecb |
UTF-8 | ト、跖マ、ーヒ | 111011111011111010000100111011111011110110100100111010001011011110010110111011111011111010001111111011111011110110100100111011111011110110110000111011111011111010001011 | efbe84efbda4e8b796efbe8fefbda4efbdb0efbe8b |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)