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 | ?胛??? | 001111111110001111101110001111110011111100111111 | 3fe3ee3f3f3f |
EUC-JP | ?胛??? | 001111111110011011110000001111110011111100111111 | 3fe6f03f3f3f |
UTF-8 | 렺胛렻렑렺 | 111010111010000010111010111010001000001110011011111010111010000010111011111010111010000010010001111010111010000010111010 | eba0bae8839beba0bbeba091eba0ba |
UHC | 렺胛렻렑렺 | 10001110110000101100101110100100100011101100001110001110101001101000111011000010 | 8ec2cba48ec38ea68ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)