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 | 賰悌逢鈔 | 1111101110101101100100101110111010001000101001111110011111100010 | fbad92ee88a7e7e2 |
EUC-JP | 賰悌逢鈔 | 100011111101111110111001110001001111000010110000101010011110111011100100 | 8fdfb9c4f0b0a9eee4 |
UTF-8 | 賰悌逢鈔 | 111010001011001110110000111001101000001010001100111010011000000010100010111010011000100010010100 | e8b3b0e6828ce980a2e98894 |
UHC | ?悌逢? | 001111111111000010101010110111001111000100111111 | 3ff0aadcf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)