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 | 羞弱き箴 | 1110001110110101100011101110001110000010101010111110001010111100 | e3b58ee382abe2bc |
EUC-JP | 羞弱き箴 | 1110011010110111101111001110010110100100101011011110010010111110 | e6b7bce5a4ade4be |
UTF-8 | 羞弱き箴 | 111001111011111010011110111001011011110010110001111000111000000110001101111001111010111010110100 | e7be9ee5bcb1e3818de7aeb4 |
UHC | 羞弱き箴 | 1110001010111010111001011011000010101010101011011110110111010111 | e2bae5b0aaadedd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)