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 | 午??億? | 10001100110111110011111100111111100010011010110100111111 | 8cdf3f3f89ad3f |
EUC-JP | 午??億? | 10111000111000010011111100111111101100101010111100111111 | b8e13f3fb2af3f |
UTF-8 | 午닷댗億갌 | 111001011000110110001000111010111000101110110111111010111000110010010111111001011000010010000100111010101011000010001100 | e58d88eb8bb7eb8c97e58484eab08c |
UHC | 午닷댗億갌 | 11100111111011011011010011100101100010001011101111100101111000101000000101000110 | e7edb4e588bbe5e28146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)