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 | 猜銑承惜 | 1110000011001000100100010100110010001111101100111001000011001001 | e0c8914c8fb390c9 |
EUC-JP | 猜銑承惜 | 1110000011001010110000011010110110111110101101011100000011001011 | e0cac1adbeb5c0cb |
UTF-8 | 猜銑承惜 | 111001111000110010011100111010011000101010010001111001101000100110111111111001101000001110011100 | e78c9ce98a91e689bfe6839c |
UHC | 猜銑承惜 | 1110001111000100111000001101010111100011101011111110000010101101 | e3c4e0d5e3afe0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)