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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帥??億 | 100100001000001100111111001111111000100110101101 | 90833f3f89ad |
EUC-JP | 帥??億 | 101111111110001100111111001111111011001010101111 | bfe33f3fb2af |
UTF-8 | 帥띺떦億 | 111001011011100010100101111010111001110110111010111010111001011010100110111001011000010010000100 | e5b8a5eb9dbaeb96a6e58484 |
UHC | 帥띺떦億 | 1110000111111101100011011110100110001011101110011110010111100010 | e1fd8de98bb9e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)