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 | 鉈サ隲貰 | 11100111111010111011101111101000101010111001011011100001 | e7ebbbe8ab96e1 |
EUC-JP | 鉈サ隲貰 | 1110111011101101100011101011101111110000101011011100110011100011 | eeed8ebbf0adcce3 |
UTF-8 | 鉈サ隲貰 | 111010011000100110001000111011111011110110111011111010011001101010110010111010001011001010110000 | e98988efbdbbe99ab2e8b2b0 |
UHC | ???貰 | 0011111100111111001111111110000110101110 | 3f3f3fe1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)