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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銑猩賽 | 100100010100110011100000110011011110011011001110 | 914ce0cde6ce |
EUC-JP | 銑猩賽 | 110000011010110111100000110011111110110011010000 | c1ade0cfecd0 |
UTF-8 | 銑猩賽 | 111010011000101010010001111001111000110010101001111010001011001110111101 | e98a91e78ca9e8b3bd |
UHC | 銑猩賽 | 111000001101010111100000111110101101111111011111 | e0d5e0fadfdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)