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 | 髦ョ陲ォ譬ケ | 111010011001100010101110111010001010001010101011111001101010000010111001 | e998aee8a2abe6a0b9 |
EUC-JP | 髦ョ陲ォ譬ケ | 111100011111100010001110101011101111000010100100100011101010101111101100101000101000111010111001 | f1f88eaef0a48eabeca28eb9 |
UTF-8 | 髦ョ陲ォ譬ケ | 111010011010101110100110111011111011110110101110111010011001100110110010111011111011110110101011111010001010110110101100111011111011110110111001 | e9aba6efbdaee999b2efbdabe8adacefbdb9 |
UHC | ????譬? | 00111111001111110011111100111111110111101010011100111111 | 3f3f3f3fdea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)