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 | 髮戊歓螽シ陟 | 1110100110011011100101011110100010001010101111011110010110101000101111001110100010100000 | e99b95e88abde5a8bce8a0 |
EUC-JP | 髮戊歓螽シ陟 | 111100011111101111001010111010101011010010111111111010101010101010001110101111001111000010100010 | f1fbcaeab4bfeaaa8ebcf0a2 |
UTF-8 | 髮戊歓螽シ陟 | 111010011010101110101110111001101000100010001010111001101010110110010011111010001001111010111101111011111011110110111100111010011001100110011111 | e9abaee6888ae6ad93e89ebdefbdbce9999f |
UHC | 髮戊???陟 | 110110111010010111011001111001100011111100111111001111111111010010110011 | dba5d9e63f3f3ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)