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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 畏??h畏 | 10001000110110000011111100111111011010001000100011011000 | 88d83f3f6888d8 |
EUC-JP | 畏??h畏 | 10110000110110100011111100111111011010001011000011011010 | b0da3f3f68b0da |
UTF-8 | 畏욑쉬h畏 | 11100111100101011000111111101100100110101001000111101100100010011010110001101000111001111001010110001111 | e7958fec9a91ec89ac68e7958f |
UHC | 畏욑쉬h畏 | 111010001110011010011110111011111011110110101100011010001110100011100110 | e8e69eefbdac68e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)