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 | 辱f? | 1001000001001010100000101000011000111111 | 904a82863f |
EUC-JP | 辱f? | 1011111110101011101000111110011000111111 | bfaba3e63f |
UTF-8 | 辱f뻗 | 111010001011111010110001111011111011110110000110111010111011101110010111 | e8beb1efbd86ebbb97 |
UHC | 辱f뻗 | 111010011011010010100011111001101011101110111000 | e9b4a3e6bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)