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 | 褊爺シ大 | 11100101111011011001011011101010101111001001000111100101 | e5ed96eabc91e5 |
EUC-JP | 褊爺シ大 | 1110101011101111110011001110110010001110101111001100001011100111 | eaefccec8ebcc2e7 |
UTF-8 | 褊爺シ大 | 111010001010010010001010111001111000100010111010111011111011110110111100111001011010010010100111 | e8a48ae788baefbdbce5a4a7 |
UHC | ?爺?大 | 001111111110010110101100001111111101001111011110 | 3fe5ac3fd3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)