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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | テ敕愿ーテョk | 110000111001110111000011100111001100001110110000110000111010111001101011 | c39dc39cc3b0c3ae6b |
EUC-JP | テ敕愿ーテョk | 10001110110000111101101011000101110110001100010110001110101100001000111011000011100011101010111001101011 | 8ec3dac5d8c58eb08ec38eae6b |
UTF-8 | テ敕愿ーテョk | 11101111101111101000001111100110100101011001010111100110100001001011111111101111101111011011000011101111101111101000001111101111101111011010111001101011 | efbe83e69595e684bfefbdb0efbe83efbdae6b |
UHC | ??愿???k | 0011111100111111111010101011010000111111001111110011111101101011 | 3f3feab43f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)