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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 毬哭毬哭B | 100111110111101110011010010011001001111101111011100110100100110001000010 | 9f7b9a4c9f7b9a4c42 |
EUC-JP | 毬哭毬哭B | 110111011101110011010011101011011101110111011100110100111010110101000010 | dddcd3addddcd3ad42 |
UTF-8 | 毬哭毬哭B | 11100110101011111010110011100101100100111010110111100110101011111010110011100101100100111010110101000010 | e6aface593ade6aface593ad42 |
UHC | 毬哭毬哭B | 110011111011001111001101110101101100111110110011110011011101011001000010 | cfb3cdd6cfb3cdd642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)