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 | セュ茱鹿 | 101111101010110111100100101000111000111010101101 | beade4a38ead |
EUC-JP | セュ茱鹿 | 1000111010111110100011101010110111101000101001011011110010101111 | 8ebe8eade8a5bcaf |
UTF-8 | セュ茱鹿 | 111011111011110110111110111011111011110110101101111010001000110010110001111010011011100110111111 | efbdbeefbdade88cb1e9b9bf |
UHC | ??茱鹿 | 001111110011111111100010101111001101011011100011 | 3f3fe2bcd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)