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 | 岦悌逢鈔 | 1111101010101100100100101110111010001000101001111110011111100010 | faac92ee88a7e7e2 |
EUC-JP | 岦悌逢鈔 | 100011111011101110110011110001001111000010110000101010011110111011100100 | 8fbbb3c4f0b0a9eee4 |
UTF-8 | 岦悌逢鈔 | 111001011011001010100110111001101000001010001100111010011000000010100010111010011000100010010100 | e5b2a6e6828ce980a2e98894 |
UHC | ?悌逢? | 001111111111000010101010110111001111000100111111 | 3ff0aadcf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)