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 | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
SJIS-WIN | ?謳??cB | 00111111111001101001000000111111001111110110001101000010 | 3fe6903f3f6342 |
EUC-JP | ?謳??cB | 00111111111010111111000000111111001111110110001101000010 | 3febf03f3f6342 |
UTF-8 | 렺謳렻렓cB | 1110101110100000101110101110100010101100101100111110101110100000101110111110101110100000100100110110001101000010 | eba0bae8acb3eba0bbeba0936342 |
UHC | 렺謳렻렓cB | 10001110110000101100111111000100100011101100001110001110101010000110001101000010 | 8ec2cfc48ec38ea86342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)