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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 毬哭 | 10011111011110111001101001001100 | 9f7b9a4c |
EUC-JP | 毬哭 | 11011101110111001101001110101101 | dddcd3ad |
UTF-8 | 毬哭 | 111001101010111110101100111001011001001110101101 | e6aface593ad |
UHC | 毬哭 | 11001111101100111100110111010110 | cfb3cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)