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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 阿靄??] | 10001000101000101110100011001001001111110011111101011101 | 88a2e8c93f3f5d |
EUC-JP | 阿靄??] | 10110000101001001111000011001011001111110011111101011101 | b0a4f0cb3f3f5d |
UTF-8 | 阿靄렑렰] | 11101001100110001011111111101001100111011000010011101011101000001001000111101011101000001011000001011101 | e998bfe99d84eba091eba0b05d |
UHC | 阿靄렑렰] | 111001001011100111100100111101111000111010100110100011101011110101011101 | e4b9e4f78ea68ebd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)