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 | ??????cB | 0011111100111111001111110011111100111111001111110110001101000010 | 3f3f3f3f3f3f6342 |
SJIS-WIN | ??謳???cB | 001111110011111111100110100100000011111100111111001111110110001101000010 | 3f3fe6903f3f3f6342 |
EUC-JP | ??謳???cB | 001111110011111111101011111100000011111100111111001111110110001101000010 | 3f3febf03f3f3f6342 |
UTF-8 | 렻ㅔ謳렻┙렓cB | 1110101110100000101110111110001110000101100101001110100010101100101100111110101110100000101110111110001010010100100110011110101110100000100100110110001101000010 | eba0bbe38594e8acb3eba0bbe29499eba0936342 |
UHC | 렻ㅔ謳렻┙렓cB | 1000111011000011101001001100010011001111110001001000111011000011101001101100010010001110101010000110001101000010 | 8ec3a4c4cfc48ec3a6c48ea86342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)