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 | 譎帛喚邨 | 1110011010011001100110111110010110001010101010111110011110110101 | e6999be58aabe7b5 |
EUC-JP | 譎帛喚邨 | 1110101111111001110101101110011110110100101011011110111010110111 | ebf9d6e7b4adeeb7 |
UTF-8 | 譎帛喚邨 | 111010001010110110001110111001011011100010011011111001011001011010011010111010011000001010101000 | e8ad8ee5b89be5969ae982a8 |
UHC | 譎帛喚邨 | 1111110111010010110110111101100111111100101100001111010110111110 | fdd2dbd9fcb0f5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)