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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉤ケ髷俶コ千 | 11100111111010101011100111101001100111101001100011100110101110101001000011100111 | e7eab9e99e98e6ba90e7 |
EUC-JP | 鉤ケ髷俶コ千 | 111011101110110010001110101110011111000111111110110100001110100010001110101110101100000011101001 | eeec8eb9f1fed0e88ebac0e9 |
UTF-8 | 鉤ケ髷俶コ千 | 111010011000100110100100111011111011110110111001111010011010101110110111111001001011111110110110111011111011110110111010111001011000110110000011 | e989a4efbdb9e9abb7e4bfb6efbdbae58d83 |
UHC | 鉤????千 | 1100111111001001001111110011111100111111001111111111010010110110 | cfc93f3f3f3ff4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)