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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 午??億?? | 1000110011011111001111110011111110001001101011010011111100111111 | 8cdf3f3f89ad3f3f |
EUC-JP | 午??億?? | 1011100011100001001111110011111110110010101011110011111100111111 | b8e13f3fb2af3f3f |
UTF-8 | 午닷댗億곮꽢 | 111001011000110110001000111010111000101110110111111010111000110010010111111001011000010010000100111010101011001110101110111010101011110110100010 | e58d88eb8bb7eb8c97e58484eab3aeeabda2 |
UHC | 午닷댗億곮꽢 | 111001111110110110110100111001011000100010111011111001011110001010000001111010001000010010101111 | e7edb4e588bbe5e281e884af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)