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 | 羞弱き聹 | 1110001110110101100011101110001110000010101010111110001111100010 | e3b58ee382abe3e2 |
EUC-JP | 羞弱き聹 | 1110011010110111101111001110010110100100101011011110011011100100 | e6b7bce5a4ade6e4 |
UTF-8 | 羞弱き聹 | 111001111011111010011110111001011011110010110001111000111000000110001101111010001000000110111001 | e7be9ee5bcb1e3818de881b9 |
UHC | 羞弱き? | 11100010101110101110010110110000101010101010110100111111 | e2bae5b0aaad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)