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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迪夜垰 | 111001111000110010010110111010011001101010111001 | e78c96e99ab9 |
EUC-JP | 迪夜垰 | 111011011110110011001100111010111101010010111011 | edecccebd4bb |
UTF-8 | 迪夜垰 | 111010001011111110101010111001011010010010011100111001011001111010110000 | e8bfaae5a49ce59eb0 |
UHC | 迪夜? | 1110111011101000111001011010100000111111 | eee8e5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)