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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髴咲洸蟆 | 1110100110011100100011011110011110011111101010011110010110110000 | e99c8de79fa9e5b0 |
EUC-JP | 髴咲洸蟆 | 1111000111111100101110101110100111011110101010111110101010110010 | f1fcbae9deabeab2 |
UTF-8 | 髴咲洸蟆 | 111010011010101110110100111001011001001010110010111001101011010010111000111010001001111110000110 | e9abb4e592b2e6b4b8e89f86 |
UHC | ??洸? | 0011111100111111110011101100100000111111 | 3f3fcec83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)