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 | 盖咤毬 | 111000011011001110011010010000101001111101111011 | e1b39a429f7b |
EUC-JP | 盖咤毬 | 111000101011010111010011101000111101110111011100 | e2b5d3a3dddc |
UTF-8 | 盖咤毬 | 111001111001101110010110111001011001001010100100111001101010111110101100 | e79b96e592a4e6afac |
UHC | 盖咤毬 | 110010111100110011110110111000111100111110110011 | cbccf6e3cfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)