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 | 塋?ズ弱 | 10011010110010000011111110000011010110011000111011100011 | 9ac83f83598ee3 |
EUC-JP | 塋?ズ弱 | 11010100110010100011111110100101101110101011110011100101 | d4ca3fa5babce5 |
UTF-8 | 塋잏ズ弱 | 111001011010000110001011111011001001111010001111111000111000001010111010111001011011110010110001 | e5a18bec9e8fe382bae5bcb1 |
UHC | 塋잏ズ弱 | 1110011110101011100111111110011110101011101110101110010110110000 | e7ab9fe7abbae5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)