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 | 辱??猷? | 10010000010010100011111100111111100101110101000100111111 | 904a3f3f97513f |
EUC-JP | 辱??猷? | 10111111101010110011111100111111110011011011001000111111 | bfab3f3fcdb23f |
UTF-8 | 辱됰뛽猷퍫 | 111010001011111010110001111010111001000010110000111010111001101110111101111001111000110010110111111011011000110110101011 | e8beb1eb90b0eb9bbde78cb7ed8dab |
UHC | 辱됰뛽猷퍫 | 11101001101101001000100111101011100011011000001111101011101000111011110001000010 | e9b489eb8d83eba3bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)