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 | 脱短束鱈 | 1001001001000101100100100101101010010001101010011001001001001100 | 9245925a91a9924c |
EUC-JP | 脱短束鱈 | 1100001110100110110000111011101111000010101010111100001110101101 | c3a6c3bbc2abc3ad |
UTF-8 | 脱短束鱈 | 111010001000010010110001111001111001111110101101111001101001110110011111111010011011000110001000 | e884b1e79fade69d9fe9b188 |
UHC | ?短束? | 001111111101001110101101111000011101011000111111 | 3fd3ade1d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)