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 | 髮墓凵蜊秘ュ | 1110100110011011100101011110011010011001100000011110010110001101100101001110100110101101 | e99b95e69981e58d94e9ad |
EUC-JP | 髮墓凵蜊秘ュ | 111100011111101111001010111010001101000111100001111010011110110111001000111010111000111010101101 | f1fbcae8d1e1e9edc8eb8ead |
UTF-8 | 髮墓凵蜊秘ュ | 111010011010101110101110111001011010001010010011111001011000011110110101111010001001110010001010111001111010011110011000111011111011110110101101 | e9abaee5a293e587b5e89c8ae7a798efbdad |
UHC | 髮墓??秘? | 110110111010010111011001110101110011111100111111110111011111101000111111 | dba5d9d73f3fddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)