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 | 貂滔摯韃丞ォ | 1110011010111000100111111110101110011101100101011110100011100101100011111110010110101011 | e6b89feb9d95e8e58fe5ab |
EUC-JP | 貂滔摯韃丞ォ | 111011001011101011011110111011011101100111110101111100001110011110111110111001111000111010101011 | ecbadeedd9f5f0e7bee78eab |
UTF-8 | 貂滔摯韃丞ォ | 111010001011001010000010111001101011101110010100111001101001000110101111111010011001111110000011111001001011100010011110111011111011110110101011 | e8b282e6bb94e691afe99f83e4b89eefbdab |
UHC | 貂滔摯?丞? | 11110101101100001101010010100101111100101010011100111111111000111010101000111111 | f5b0d4a5f2a73fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)