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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セュ茱灼賞 | 1011111010101101111001001010001110001110110111001000111111011100 | beade4a38edc8fdc |
EUC-JP | セュ茱灼賞 | 10001110101111101000111010101101111010001010010110111100110111101011111011011110 | 8ebe8eade8a5bcdebede |
UTF-8 | セュ茱灼賞 | 111011111011110110111110111011111011110110101101111010001000110010110001111001111000000110111100111010001011001110011110 | efbdbeefbdade88cb1e781bce8b39e |
UHC | ??茱灼賞 | 0011111100111111111000101011110011101101110001111101111111011011 | 3f3fe2bcedc7dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)