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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髮蛾宦螽シ^ | 11101001100110111000100111101001100110111000000111100101101010001011110001011110 | e99b89e99b81e5a8bc5e |
EUC-JP | 髮蛾宦螽シ^ | 1111000111111011101100101110101111010101111000011110101010101010100011101011110001011110 | f1fbb2ebd5e1eaaa8ebc5e |
UTF-8 | 髮蛾宦螽シ^ | 11101001101010111010111011101000100110111011111011100101101011101010011011101000100111101011110111101111101111011011110001011110 | e9abaee89bbee5aea6e89ebdefbdbc5e |
UHC | 髮蛾宦??^ | 110110111010010111100100101101101111110010110010001111110011111101011110 | dba5e4b6fcb23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)