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 | セュ茱灼省 | 1011111010101101111001001010001110001110110111001000111111001000 | beade4a38edc8fc8 |
EUC-JP | セュ茱灼省 | 10001110101111101000111010101101111010001010010110111100110111101011111011001010 | 8ebe8eade8a5bcdebeca |
UTF-8 | セュ茱灼省 | 111011111011110110111110111011111011110110101101111010001000110010110001111001111000000110111100111001111001110010000001 | efbdbeefbdade88cb1e781bce79c81 |
UHC | ??茱灼省 | 0011111100111111111000101011110011101101110001111110000011111101 | 3f3fe2bcedc7e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)