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 | 髮墓凵蝴糀セ | 1110100110011011100101011110011010011001100000011110010110011010111000101110111110111110 | e99b95e69981e59ae2efbe |
EUC-JP | 髮墓凵蝴糀セ | 111100011111101111001010111010001101000111100001111010011111101011100100111100011000111010111110 | f1fbcae8d1e1e9fae4f18ebe |
UTF-8 | 髮墓凵蝴糀セ | 111010011010101110101110111001011010001010010011111001011000011110110101111010001001110110110100111001111011001110000000111011111011110110111110 | e9abaee5a293e587b5e89db4e7b380efbdbe |
UHC | 髮墓?蝴?? | 110110111010010111011001110101110011111111111011110111010011111100111111 | dba5d9d73ffbdd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)