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 | ???魏② | 00111111001111110011111111101001101100001000011101000001 | 3f3f3fe9b08741 |
EUC-JP | ???魏? | 001111110011111100111111111100101011001000111111 | 3f3f3ff2b23f |
UTF-8 | 捻뀐퐡魏② | 111011111010011010100100111010111000000010010000111011011001000010100001111010011010110110001111111000101001000110100001 | efa6a4eb8090ed90a1e9ad8fe291a1 |
UHC | 捻뀐퐡魏② | 11100110111101111011001011101111101111011000101011101010111000001010100011101000 | e6f7b2efbd8aeae0a8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)