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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髴榊、懊∴ | 111010011001110010001101111001011010010010011100111000111000000110001000 | e99c8de5a49ce38188 |
EUC-JP | 髴榊、懊∴ | 11110001111111001011101011100111100011101010010011011000111001011010000111101000 | f1fcbae78ea4d8e5a1e8 |
UTF-8 | 髴榊、懊∴ | 111010011010101110110100111001101010011010001010111011111011110110100100111001101000011110001010111000101000100010110100 | e9abb4e6a68aefbda4e6878ae288b4 |
UHC | ???懊∴ | 00111111001111110011111111100111111110001010000111000101 | 3f3f3fe7f8a1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)