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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 髮墓シ禅B | 1110100110011011100101011110011010111100100100010101010001000010 | e99b95e6bc915442 |
EUC-JP | 髮墓シ禅B | 111100011111101111001010111010001000111010111100110000011011010101000010 | f1fbcae88ebcc1b542 |
UTF-8 | 髮墓シ禅B | 11101001101010111010111011100101101000101001001111101111101111011011110011100111101001101000010101000010 | e9abaee5a293efbdbce7a68542 |
UHC | 髮墓??B | 11011011101001011101100111010111001111110011111101000010 | dba5d9d73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)