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 | 羞弱き挾 | 1110001110110101100011101110001110000010101010111001110101110000 | e3b58ee382ab9d70 |
EUC-JP | 羞弱き挾 | 1110011010110111101111001110010110100100101011011101100111010001 | e6b7bce5a4add9d1 |
UTF-8 | 羞弱き挾 | 111001111011111010011110111001011011110010110001111000111000000110001101111001101000110010111110 | e7be9ee5bcb1e3818de68cbe |
UHC | 羞弱き挾 | 1110001010111010111001011011000010101010101011011111101011110011 | e2bae5b0aaadfaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)